@@ -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