Skip to content

Commit

Permalink
Test no headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 19, 2024
1 parent 500a363 commit 3e066d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/uniovi/Wiq_IntegrationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Wiq_IntegrationTests {
public void begin() {
WebDriverManager.firefoxdriver().setup();
FirefoxOptions options = new FirefoxOptions();
options.addArguments("--headless");
//options.addArguments("--headless");
driver = new FirefoxDriver(options);
driver.navigate().to(URL);
}
Expand Down

0 comments on commit 3e066d3

Please sign in to comment.