Skip to content

Commit

Permalink
fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mstahv committed Nov 17, 2023
1 parent 0e8716a commit 60caf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/firitin/pw/AddonHelpersIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public class AddonHelpersIT {
public void setup() {
browser = playwright.chromium()
.launch(new BrowserType.LaunchOptions()
.setHeadless(false)
.setDevtools(true)
// .setHeadless(false)
// .setDevtools(true)
);

page = browser.newPage();
Expand Down

0 comments on commit 60caf09

Please sign in to comment.