File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
javascript/selenium-webdriver/test/firefox Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const error = require('selenium-webdriver/lib/error')
2222const { Browser } = require ( 'selenium-webdriver/index' )
2323const { Context } = require ( 'selenium-webdriver/firefox' )
2424const { suite } = require ( '../../lib/test' )
25- const firefox = require ( " selenium-webdriver/firefox" ) ;
25+ const firefox = require ( ' selenium-webdriver/firefox' )
2626
2727suite (
2828 function ( env ) {
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 ( ) {
You can’t perform that action at this time.
0 commit comments