Skip to content

Commit 82d3e77

Browse files
committed
t5
1 parent 071bbba commit 82d3e77

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ui-tests/cypress/e2e/onboarding/onboarding.cy.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -432,14 +432,14 @@ describe('Complete Onboarding', () => {
432432
navigationHelpers.goToFeatureManagementPage();
433433
pluginsPageHelpers.verifyPageElements();
434434
navigationHelpers.goToEMailReportsPage();
435-
// //reportsPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
436-
// reportsPageHelpers.verifyEmptyPageElements();
437-
// navigationHelpers.goToHooksPage();
438-
// //hooksPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
439-
// hooksPageHelpers.verifyEmptyPageElements();
440-
// navigationHelpers.goToDbViewerPage();
441-
// dbCountlyPageHelpers.verifyFullDataPageElements();
442-
// dbCountlyPageHelpers.clickCountlyOutDatabaseTab();
435+
//reportsPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
436+
reportsPageHelpers.verifyEmptyPageElements();
437+
navigationHelpers.goToHooksPage();
438+
//hooksPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
439+
hooksPageHelpers.verifyEmptyPageElements();
440+
navigationHelpers.goToDbViewerPage();
441+
dbCountlyPageHelpers.verifyFullDataPageElements();
442+
dbCountlyPageHelpers.clickCountlyOutDatabaseTab();
443443
// //dbCountlyOutPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
444444
// dbCountlyOutPageHelpers.verifyEmptyPageElements();
445445
// dbCountlyOutPageHelpers.clickCountlyFileSystemDatabaseTab();

0 commit comments

Comments
 (0)