Skip to content

Commit 8031071

Browse files
committed
Fixed linter fails
1 parent 3047e74 commit 8031071

File tree

3 files changed

+256
-254
lines changed

3 files changed

+256
-254
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,11 +382,11 @@ describe('Complete Onboarding', () => {
382382
dataManagerEventsPageHelpers.clickEventGroupsTab();
383383
//dataManagerEventGroupsPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
384384
navigationHelpers.goToDataPopulatorPage();
385-
dataPopulatorPageHelpers.verifyPageElementsOfDataPopulatorWithTemplatePage();
385+
dataPopulatorPageHelpers.verifyPageElementsOfDataPopulatorWithTemplatePage();
386386
dataPopulatorPageHelpers.clickPopulateWithEnvironmentTab();
387387
dataPopulatorPageHelpers.verifyPageElementsOfDataPopulatorWithEnvironmentPage();
388388
dataPopulatorPageHelpers.clickTemplatesTab();
389-
dataPopulatorPageHelpers.verifyPageElementsOfTemplatesPage();
389+
dataPopulatorPageHelpers.verifyPageElementsOfTemplatesPage();
390390
//TODO: Add the cases of the following pages
391391
//navigationHelpers.goToIncomingDataLogsPage();
392392
//incomingDataLogsPageHelpers.verifyFullDataPageElements();

0 commit comments

Comments
 (0)