Skip to content

Commit

Permalink
Revert to earlier test config
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 4d326b7 commit cbf7566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit-tests/closeBrowser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const expect = require('chai').expect;
let { openBrowser, closeBrowser } = require('../../lib/taiko');
let { openBrowserArgs } = require('./test-util');

describe('close browser successfully', () => {
xdescribe('close browser successfully', () => {
before(async () => {
expect(process.env.TAIKO_EMULATE_DEVICE).to.be.undefined;
await openBrowser(openBrowserArgs);
Expand Down
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');
xdescribe('OpenBrowser', () => {
describe('OpenBrowser', () => {
let taiko, openBrowser, closeBrowser;
before(() => {
taiko = rewire('../../lib/taiko');
Expand Down

0 comments on commit cbf7566

Please sign in to comment.