Skip to content

Commit a480aaa

Browse files
committed
t6
1 parent 82d3e77 commit a480aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)