Skip to content

Commit c8e339c

Browse files
committed
Fix an "if"/"elif" statement
1 parent 16c8342 commit c8e339c

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
@@ -756,7 +756,7 @@ def beforeTest(self, test):
756756
elif self.options.rec_behave:
757757
test.test.recorder_mode = True
758758
test.test.recorder_ext = True
759-
elif self.options.rec_sleep:
759+
elif self.options.record_sleep:
760760
test.test.recorder_mode = True
761761
test.test.recorder_ext = True
762762
test.test.disable_csp = self.options.disable_csp

0 commit comments

Comments
 (0)