Skip to content

Commit 8b132ff

Browse files
committed
fix e2e
1 parent 07ec95d commit 8b132ff

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

apps/modernization-ui/src/apps/report/run/ReportRunPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const ReportRunPage = () => {
177177
window.location.href = NBS_MANAGE_REPORT_PAGE;
178178
})
179179
.catch((err) => {
180-
setError(JSON.stringify(err));
180+
setError(err.message);
181181
});
182182
};
183183

testing/regression/cypress/e2e/features/reports/run-save.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ Feature: Save report after report run
3737
When I click the "Save" button
3838
And I should see a modal labelled "Overwrite saved report?"
3939
And I click the "Save" button
40-
Then I should see a "heading" labelled "Your report is saving and you will be redirected to the Manage Reports page once complete."
4140
And I am redirected to "/nbs/ManageReports.do"

0 commit comments

Comments
 (0)