mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test(firefox): unskip passing url hash test (#998)
This commit is contained in:
parent
b041ce6219
commit
1eabd182e9
@ -274,7 +274,7 @@ module.exports.describe = function({testRunner, expect, defaultBrowserOptions, p
|
||||
expect(text).toBe('<div>yo</div>');
|
||||
expect(requests.length).toBe(0);
|
||||
});
|
||||
it.skip(FFOX)('should navigate to URL with hash and and fire requests without hash', async({page, server}) => {
|
||||
it('should navigate to URL with hash and and fire requests without hash', async({page, server}) => {
|
||||
const requests = [];
|
||||
await page.route('**/*', request => {
|
||||
requests.push(request);
|
||||
|
Loading…
x
Reference in New Issue
Block a user