Skip to content

Commit cb3d837

Browse files
committed
Update a method
1 parent dcb471e commit cb3d837

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2744,7 +2744,6 @@ def assert_no_js_errors(self):
27442744
* See https://github.com/SeleniumHQ/selenium/issues/1161
27452745
Based on the following Stack Overflow solution:
27462746
* https://stackoverflow.com/a/41150512/7058266 """
2747-
self.wait_for_ready_state_complete()
27482747
time.sleep(0.1) # May take a moment for errors to appear after loads.
27492748
try:
27502749
browser_logs = self.driver.get_log('browser')

0 commit comments

Comments
 (0)