Skip to content

Commit 9117caf

Browse files
authored
Update automated-notebook-run-script.py
1 parent 1f911c5 commit 9117caf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts/automated-notebook-run-script.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,6 @@ def main():
289289

290290
# Select Kernel based on input
291291
choose_kernel(driver, args)
292-
293-
# For reasons I don't understand sometimes
294-
# in the ci the notebook doesn't always start at the
295-
# first cell in Safari, which causes random failures
296-
# 9 UPs is random choice, and mostly chosen
297-
# to be largely enough that guaranteed to be at
298-
# start of notebook.
299-
if args.driver == "safari":
300-
ActionChains(driver).send_keys(Keys.ESCAPE).pause(0.01).send_keys(Keys.UP * 9)
301292

302293
# This will run all the cells of the chosen notebook
303294
run_notebook(driver, notebook_area, args)

0 commit comments

Comments
 (0)