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 b4d405b commit e750ed7Copy full SHA for e750ed7
tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py
@@ -153,7 +153,7 @@ def test_jupyterlab(
153
return
154
# Wait until iframe is shown and create new notebook with print statement
155
with log_context(logging.INFO, "Running new notebook"):
156
- iframe.get_by_role("button", name="New Launcher").click()
+ iframe.get_by_role("button", name="New Launcher").first().click()
157
iframe.locator(".jp-LauncherCard-icon").first.click()
158
iframe.get_by_role("tab", name="Untitled.ipynb").click()
159
_jupyterlab_ui = iframe.get_by_label("Untitled.ipynb").get_by_role("textbox")
0 commit comments