Skip to content

Commit

Permalink
test cypress change
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Sep 19, 2023
1 parent 2653b77 commit 0c1a51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cypress/integration/notifications.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ describe('Notifications', () => {
before(() => {

cy.intercept({
method: 'GET',
url: '**newfold-notifications**'
method: 'get',
url: /newfold-notifications(\/|%2F)v1(\/|%2F)notifications/
}, notificationsfixture ).as('getnotifications');

cy.visit('/wp-admin/admin.php?page=' + Cypress.env('pluginId') + '#/home', {timeout: 30000});
Expand Down

0 comments on commit 0c1a51d

Please sign in to comment.