Skip to content

Commit

Permalink
Disable TestTap.shouldWaitForANavigationCausedByATap for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Jul 31, 2024
1 parent 92cc840 commit 98934fa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.microsoft.playwright;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.io.OutputStreamWriter;
Expand Down Expand Up @@ -97,6 +98,7 @@ void shouldNotSendMouseEventsWhenTouchendIsCanceled() {
}

@Test
@Disabled("noWaitAfter was removed from tap() in https://github.com/microsoft/playwright/pull/31739")
void shouldWaitForANavigationCausedByATap() throws InterruptedException {
page.navigate(server.EMPTY_PAGE);
page.setContent("<a href='/intercept-this.html'>link</a>;");
Expand Down

0 comments on commit 98934fa

Please sign in to comment.