test: goForward is flaky in firefox (#15182)
This commit is contained in:
parent
ae4d7c0c43
commit
bcb013d240
|
|
@ -209,8 +209,9 @@ it('should goBack to redirected navigation', async ({ context, isAndroid, asset,
|
|||
expect(await page.evaluate(() => location.href)).toBe('https://www.theverge.com/');
|
||||
});
|
||||
|
||||
it('should goForward to redirected navigation', async ({ context, isAndroid, asset, server }) => {
|
||||
it('should goForward to redirected navigation', async ({ context, isAndroid, asset, server, browserName }) => {
|
||||
it.fixme(isAndroid);
|
||||
it.fixme(browserName === 'firefox', 'Flaky in firefox');
|
||||
|
||||
const path = asset('har-redirect.har');
|
||||
await context.routeFromHAR(path, { url: /.*theverge.*/ });
|
||||
|
|
|
|||
Loading…
Reference in a new issue