Skip to content

Commit

Permalink
Merge branch 'skip-fork-ai-disabled' of github.com:newfold-labs/wp-mo…
Browse files Browse the repository at this point in the history
…dule-onboarding into skip-fork-ai-disabled
  • Loading branch information
girish-lokapure committed Feb 28, 2024
2 parents 8ebb3d3 + 39c7be0 commit 4ac77bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ describe( 'Get Started Welcome Page', function () {
GetPluginName();
} );

it( 'Check navigation back is visible', () => {
cy.get( '.navigation-buttons_back' ).should('exist');
it( 'Check navigation back is not visible', () => {
cy.get( '.navigation-buttons_back' ).should('not.exist');
} );

it( 'Check if next step loads on clicking navigation next', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ describe( 'Get Started Welcome Page', function () {
GetPluginName();
} );

it( 'Check navigation back is visible', () => {
cy.get( '.navigation-buttons_back' ).should( 'exist' );
it( 'Check navigation back is not visible', () => {
cy.get( '.navigation-buttons_back' ).should( 'not.exist' );
} );

it( 'Check if next step loads on clicking navigation next', () => {
Expand Down

0 comments on commit 4ac77bd

Please sign in to comment.