Skip to content

Commit bffc370

Browse files
authored
Try .jp-Cell instead of .jp-Notebook
1 parent 9117caf commit bffc370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/automated-notebook-run-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def main():
273273

274274
# Waiting for Jupyter Lite URL to finish loading
275275
notebook_area = wait.until(
276-
EC.presence_of_element_located((By.CSS_SELECTOR, ".jp-Notebook"))
276+
EC.presence_of_element_located((By.CSS_SELECTOR, ".jp-Cell"))
277277
)
278278

279279
# Without this sleep, the ci will fail for Safari will fail

0 commit comments

Comments
 (0)