Skip to content

Commit

Permalink
fix: revert accidental reftover in codecept.desktop.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Oct 25, 2023
1 parent c8f9cd3 commit 3ae1007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/codecept.desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports.config = {
helpers: {
Playwright: {
url: 'http://localhost:8080',
show: true, //!!process.env.SHOW,
show: !!process.env.SHOW,
channel: 'chrome',
locale: 'en-US',
keepCookies: false,
Expand Down

0 comments on commit 3ae1007

Please sign in to comment.