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 ff165a1 commit 9d74749Copy full SHA for 9d74749
ui-tests/cypress/e2e/onboarding/onboarding.cy.js
@@ -373,9 +373,9 @@ describe('Complete Onboarding', () => {
373
feedbackRatingWidgetsPageHelpers.verifyFullDataPageElements();
374
navigationHelpers.goToCrashesOverviewPage();
375
crashesPageHelpers.verifyFullDataPageElements();
376
- //TODO: Add the cases of the following pages
377
- //navigationHelpers.goToRemoteConfigPage();
+ navigationHelpers.goToRemoteConfigPage();
378
//remoteConfigPageHelpers.verifyFullDataPageElements();
+ //TODO: Add the cases of the following pages
379
//navigationHelpers.goToReportManagerPage();
380
//reportManagerPageHelpers.verifyFullDataPageElements();
381
//navigationHelpers.goToDataManagerPage();
0 commit comments