Skip to content

Commit

Permalink
Added comment out to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
can-angun committed Jan 9, 2025
1 parent 6ff18ed commit db94b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui-tests/cypress/e2e/onboarding/onboarding.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ describe('Complete Onboarding', () => {
errorLogsPageHelpers.clickAuditLogsTab();
systemLogsPageHelpers.verifyPageElements();
navigationHelpers.goToJobsPage();
jobsPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
//jobsPageHelpers.verifyEmptyPageElements();
//jobsPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
jobsPageHelpers.verifyEmptyPageElements();
navigationHelpers.goToFeatureManagementPage();
pluginsPageHelpers.verifyPageElements();
navigationHelpers.goToEMailReportsPage();
Expand Down

0 comments on commit db94b3e

Please sign in to comment.