Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rtCamp/nginx-helper into release/…
Browse files Browse the repository at this point in the history
…2.2.5
  • Loading branch information
Pathan-Amaankhan committed Apr 16, 2024
2 parents 774cc46 + db33d49 commit d22c669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e-playwright/specs/03_purge-backendcache-test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

await page.waitForTimeout(1000);

await page.click('role=link[name="Purge Cache"i]');
await page.click("a[title='Purge Cache']");

await page.waitForTimeout(2000);

expect( page.locator( "div[class='updated'] p" )).toHaveText( 'Purge initiated' );
});
});


0 comments on commit d22c669

Please sign in to comment.