Skip to content

Commit 1463620

Browse files
authored
Fix selector for purge cache link
1 parent 80c589d commit 1463620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e-playwright/specs/03_purge-backendcache-test.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
await page.waitForTimeout(1000);
1111

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

1414
await page.waitForTimeout(2000);
1515

1616
expect( page.locator( "div[class='updated'] p" )).toHaveText( 'Purge initiated' );
1717
});
1818
});
19-
19+

0 commit comments

Comments
 (0)