Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mstahv committed Nov 22, 2023
1 parent 82446b0 commit 9be7dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/firitin/pw/DatePickerIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class DatePickerIT {
public void setup() {
browser = playwright.chromium()
.launch(new BrowserType.LaunchOptions()
.setHeadless(false)
// .setHeadless(false)
// .setDevtools(true)
);

Expand Down

0 comments on commit 9be7dcc

Please sign in to comment.