Skip to content

Commit

Permalink
Ignore Edge test that tries to use the ChromiumApi as this does not s…
Browse files Browse the repository at this point in the history
…eem to be supported anymore
  • Loading branch information
abendt committed Mar 2, 2024
1 parent 25f165f commit c2f6192
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.openqa.selenium.edge.EdgeDriver;
import org.openqa.selenium.remote.Response;
import org.testng.annotations.Test;
import org.testng.annotations.Ignore;

import java.util.Map;

Expand Down Expand Up @@ -36,6 +37,7 @@ public void titleOfDuckDuckGoShouldContainSearchQueryName() {
}

@Test
@Ignore
public void resultPageUrlShouldContainSearchQueryName() {
String searchPhrase = "searchPhrase";
String duckDuckUrl = "https://duckduckgo.com";
Expand Down

0 comments on commit c2f6192

Please sign in to comment.