Skip to content

Commit 1eabd18

Browse files
authored
test(firefox): unskip passing url hash test (#998)
1 parent b041ce6 commit 1eabd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interception.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ module.exports.describe = function({testRunner, expect, defaultBrowserOptions, p
274274
expect(text).toBe('<div>yo</div>');
275275
expect(requests.length).toBe(0);
276276
});
277-
it.skip(FFOX)('should navigate to URL with hash and and fire requests without hash', async({page, server}) => {
277+
it('should navigate to URL with hash and and fire requests without hash', async({page, server}) => {
278278
const requests = [];
279279
await page.route('**/*', request => {
280280
requests.push(request);

0 commit comments

Comments
 (0)