Skip to content

Commit

Permalink
Add more wait
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Oct 23, 2024
1 parent b21367e commit dacb6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe( 'Site Features', function () {
cy.visit(
'wp-admin/?page=nfd-onboarding#/wp-setup/step/site-features'
);
cy.wait( 10000 );
cy.wait( 20000 );
} );

it( 'Check if Header and Subheader shows up', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe( 'Site Features', function () {
cy.visit(
'wp-admin/?page=nfd-onboarding&flow=ecommerce#/wp-setup/step/site-features'
);
cy.wait( 10000 );
cy.wait( 20000 );
} );

it( 'Check if Header and Subheader shows up', () => {
Expand Down

0 comments on commit dacb6fc

Please sign in to comment.