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 @@ -228,8 +228,8 @@ describe('Complete Onboarding', () => {
228228 requestStatsPageHelpers . verifyEmptyPageElements ( ) ;
229229 requestStatsPageHelpers . clickHealthCheckTab ( ) ;
230230 healthCheckPageHelpers . verifyEmptyPageElements ( ) ;
231- healthCheckPageHelpers . clickSdkConfigurationTab ( ) ;
232- sdkConfigurationsPageHelpers . verifyPageElements ( { } ) ;
231+ // healthCheckPageHelpers.clickSdkConfigurationTab(); // Moved to SDK tests
232+ // sdkConfigurationsPageHelpers.verifyPageElements({}); // Moved to SDK tests
233233 navigationHelpers . goToComplianceHubMetricsPage ( ) ;
234234 complianceHubMetricsPageHelpers . verifyEmptyPageElements ( ) ;
235235 complianceHubMetricsPageHelpers . clickUsersTab ( ) ;
@@ -401,7 +401,7 @@ describe('Complete Onboarding', () => {
401401 //healthCheckPageHelpers.verifyFullDataPageElements(); //TODO: Data is not being generated with the populator. Need to generate the data
402402 healthCheckPageHelpers . verifyEmptyPageElements ( ) ;
403403 healthCheckPageHelpers . clickSdkConfigurationTab ( ) ;
404- sdkConfigurationsPageHelpers . verifyPageElements ( { } ) ;
404+ // sdkConfigurationsPageHelpers.verifyPageElements({}); // Moved to SDK tests
405405 navigationHelpers . goToComplianceHubMetricsPage ( ) ;
406406 complianceHubMetricsPageHelpers . verifyFullDataPageElements ( ) ;
407407 complianceHubMetricsPageHelpers . clickUsersTab ( ) ;
You can’t perform that action at this time.
0 commit comments