Skip to content

Commit

Permalink
Merge pull request #32 from newfold-labs/fix/ai-test-url
Browse files Browse the repository at this point in the history
assert less specific onboarding url
  • Loading branch information
circlecube authored Nov 6, 2024
2 parents 4c9854e + c899b8c commit 9cc5b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/notifications.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ describe( 'Notifications', () => {
.click();
cy.url().should(
'include',
'/index.php?page=nfd-onboarding#/wp-setup/step/fork'
'nfd-onboarding#/wp-setup/step'
);
cy.get( '.nfd-onboarding-sitegen-options__option--large' ).should(
'be.visible'
Expand Down

0 comments on commit 9cc5b56

Please sign in to comment.