We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9117caf commit bffc370Copy full SHA for bffc370
scripts/automated-notebook-run-script.py
@@ -273,7 +273,7 @@ def main():
273
274
# Waiting for Jupyter Lite URL to finish loading
275
notebook_area = wait.until(
276
- EC.presence_of_element_located((By.CSS_SELECTOR, ".jp-Notebook"))
+ EC.presence_of_element_located((By.CSS_SELECTOR, ".jp-Cell"))
277
)
278
279
# Without this sleep, the ci will fail for Safari will fail
0 commit comments