Skip to content

Commit e750ed7

Browse files
committed
one more
1 parent b4d405b commit e750ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_jupyterlab(
153153
return
154154
# Wait until iframe is shown and create new notebook with print statement
155155
with log_context(logging.INFO, "Running new notebook"):
156-
iframe.get_by_role("button", name="New Launcher").click()
156+
iframe.get_by_role("button", name="New Launcher").first().click()
157157
iframe.locator(".jp-LauncherCard-icon").first.click()
158158
iframe.get_by_role("tab", name="Untitled.ipynb").click()
159159
_jupyterlab_ui = iframe.get_by_label("Untitled.ipynb").get_by_role("textbox")

0 commit comments

Comments
 (0)