Skip to content

Commit 03daf92

Browse files
committed
Fix a typo
1 parent ff0a18a commit 03daf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/plugins/selenium_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def beforeTest(self, test):
433433
test.test.use_auto_ext = self.options.use_auto_ext
434434
test.test.no_sandbox = self.options.no_sandbox
435435
test.test.disable_gpu = self.options.disable_gpu
436-
test.text.remote_debug = self.options.remote_debug
436+
test.test.remote_debug = self.options.remote_debug
437437
test.test.swiftshader = self.options.swiftshader
438438
test.test.incognito = self.options.incognito
439439
test.test.guest_mode = self.options.guest_mode

0 commit comments

Comments
 (0)