File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ui-tests/cypress/e2e/onboarding Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -440,9 +440,9 @@ describe('Complete Onboarding', () => {
440440 navigationHelpers . goToDbViewerPage ( ) ;
441441 dbCountlyPageHelpers . verifyFullDataPageElements ( ) ;
442442 dbCountlyPageHelpers . clickCountlyOutDatabaseTab ( ) ;
443- // // dbCountlyOutPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
444- // dbCountlyOutPageHelpers.verifyEmptyPageElements();
445- // dbCountlyOutPageHelpers.clickCountlyFileSystemDatabaseTab();
443+ //dbCountlyOutPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
444+ dbCountlyOutPageHelpers . verifyEmptyPageElements ( ) ;
445+ dbCountlyOutPageHelpers . clickCountlyFileSystemDatabaseTab ( ) ;
446446 // //dbCountlyFsPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
447447 // dbCountlyFsPageHelpers.verifyEmptyPageElements();
448448 } ) ;
You can’t perform that action at this time.
0 commit comments