mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
tests: disable failing test on chromium
This commit is contained in:
parent
d1146204bf
commit
8cc7d43a83
@ -817,7 +817,7 @@ module.exports.describe = function({testRunner, expect, playwright, MAC, WIN, FF
|
|||||||
]);
|
]);
|
||||||
expect(messages.join('|')).toBe('route|waitForNavigation|click');
|
expect(messages.join('|')).toBe('route|waitForNavigation|click');
|
||||||
});
|
});
|
||||||
it('clicking anchor should await cross-process navigation', async({page, server}) => {
|
it.fail(CHROMIUM)('clicking anchor should await cross-process navigation', async({page, server}) => {
|
||||||
const messages = [];
|
const messages = [];
|
||||||
server.setRoute('/empty.html', async (req, res) => {
|
server.setRoute('/empty.html', async (req, res) => {
|
||||||
messages.push('route');
|
messages.push('route');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user