test: mark "clicking anchor should await navigation" as failing on chromium
This commit is contained in:
parent
f3734c3e86
commit
677ebf882f
|
|
@ -802,7 +802,7 @@ module.exports.describe = function({testRunner, expect, playwright, MAC, WIN, FF
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('Page.automaticWaiting', () => {
|
describe('Page.automaticWaiting', () => {
|
||||||
it('clicking anchor should await navigation', async({page, server}) => {
|
it.fail(CHROMIUM)('clicking anchor should await 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…
Reference in a new issue