Skip to content

Commit

Permalink
Removed skip from one case
Browse files Browse the repository at this point in the history
  • Loading branch information
can-angun committed Jan 9, 2025
1 parent ca40878 commit 6ff18ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui-tests/cypress/e2e/onboarding/onboarding.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('Complete Onboarding', () => {
cy.dropMongoDatabase();
});

it('should be complete onboarding flow with creating web type demo application', function() {
it.skip('should be complete onboarding flow with creating web type demo application', function() {
setupHelpers.verifyDefaultPageElements();
setupHelpers.completeOnboardingSetup({
fullName: user.username,
Expand Down Expand Up @@ -101,7 +101,7 @@ describe('Complete Onboarding', () => {
navigationHelpers.isNavigatedToDashboard();
});

it('should be complete onboarding flow with creating mobile type demo application and do not enable tracking and subscribe to newsletter', function() {
it.skip('should be complete onboarding flow with creating mobile type demo application and do not enable tracking and subscribe to newsletter', function() {
setupHelpers.verifyDefaultPageElements();
setupHelpers.completeOnboardingSetup({
fullName: user.username,
Expand Down Expand Up @@ -132,7 +132,7 @@ describe('Complete Onboarding', () => {
navigationHelpers.isNavigatedToDashboard();
});

it('should be complete onboarding flow with creating mobile type own application and verify all pages with empty data', function() {
it.skip('should be complete onboarding flow with creating mobile type own application and verify all pages with empty data', function() {
setupHelpers.verifyDefaultPageElements();
setupHelpers.completeOnboardingSetup({
fullName: user.username,
Expand Down Expand Up @@ -301,7 +301,7 @@ describe('Complete Onboarding', () => {
navigationHelpers.isNavigatedToDashboard();
});

it.only('should be complete onboarding flow with creating mobile type demo application and verify home page with Finance data', function() {
it('should be complete onboarding flow with creating mobile type demo application and verify home page with Finance data', function() {
setupHelpers.verifyDefaultPageElements();
setupHelpers.completeOnboardingSetup({
fullName: user.username,
Expand Down

0 comments on commit 6ff18ed

Please sign in to comment.