Skip to content

Commit

Permalink
test: mark "clicking anchor should await navigation" as failing on ch…
Browse files Browse the repository at this point in the history
…romium
  • Loading branch information
pavelfeldman committed Mar 6, 2020
1 parent f3734c3 commit 677ebf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/navigation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ module.exports.describe = function({testRunner, expect, playwright, MAC, WIN, FF
});

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 = [];
server.setRoute('/empty.html', async (req, res) => {
messages.push('route');
Expand Down

0 comments on commit 677ebf8

Please sign in to comment.