Skip to content

Commit 1d7d656

Browse files
committed
Format script
1 parent 2c42f24 commit 1d7d656

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

javascript/selenium-webdriver/test/firefox/contextSwitching_test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const error = require('selenium-webdriver/lib/error')
2222
const { Browser } = require('selenium-webdriver/index')
2323
const { Context } = require('selenium-webdriver/firefox')
2424
const { suite } = require('../../lib/test')
25-
const firefox = require("selenium-webdriver/firefox");
25+
const firefox = require('selenium-webdriver/firefox')
2626

2727
suite(
2828
function (env) {
@@ -39,9 +39,9 @@ suite(
3939

4040
describe('context switching', function () {
4141
beforeEach(async function () {
42-
let options = new firefox.Options();
43-
options.addArguments("-remote-allow-system-access");
44-
driver = await env.builder().setFirefoxOptions(options).build();
42+
let options = new firefox.Options()
43+
options.addArguments('-remote-allow-system-access')
44+
driver = await env.builder().setFirefoxOptions(options).build()
4545
})
4646

4747
it('can get context', async function () {

0 commit comments

Comments
 (0)