Skip to content

Commit

Permalink
Ignore test that breaks Saucelabs (#1637) (CP: 7.1) (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored May 12, 2023
1 parent 870fa48 commit c37224e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.vaadin.testbench.parallel.BrowserUtil;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.openqa.selenium.By;

Expand All @@ -16,6 +17,7 @@ protected Class<? extends Component> getTestView() {
}

@Test
@Ignore("This breaks with 'no session id' on the findElement command since 2023-05-11 because of what seems to be a Saucelabs issue")
public void click() {
if (BrowserUtil.isSafari(this.getDesiredCapabilities())) {
return; // Skip for Safari 11.
Expand Down

0 comments on commit c37224e

Please sign in to comment.