Skip to content

Commit

Permalink
Recomment openbrowser test
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil committed May 22, 2024
1 parent 0fc2a9e commit 4d326b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-tests/openBrowser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const expect = chai.expect;
const rewire = require('rewire');

let { openBrowserArgs } = require('./test-util');
describe('OpenBrowser', () => {
xdescribe('OpenBrowser', () => {
let taiko, openBrowser, closeBrowser;
before(() => {
taiko = rewire('../../lib/taiko');
Expand Down

0 comments on commit 4d326b7

Please sign in to comment.