We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ec95d commit 8b132ffCopy full SHA for 8b132ff
2 files changed
apps/modernization-ui/src/apps/report/run/ReportRunPage.tsx
@@ -177,7 +177,7 @@ const ReportRunPage = () => {
177
window.location.href = NBS_MANAGE_REPORT_PAGE;
178
})
179
.catch((err) => {
180
- setError(JSON.stringify(err));
+ setError(err.message);
181
});
182
};
183
testing/regression/cypress/e2e/features/reports/run-save.feature
@@ -37,5 +37,4 @@ Feature: Save report after report run
37
When I click the "Save" button
38
And I should see a modal labelled "Overwrite saved report?"
39
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."
41
And I am redirected to "/nbs/ManageReports.do"
0 commit comments