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 082ec0b commit b4d405bCopy full SHA for b4d405b
tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py
@@ -112,7 +112,7 @@ def test_jupyterlab(
112
logging.INFO,
113
f"Creating multiple files and 1 file of about {large_file_size.human_readable()}",
114
):
115
- iframe.get_by_role("button", name="New Launcher").click()
+ iframe.get_by_role("button", name="New Launcher").first().click()
116
with page.expect_websocket(_JLabWaitForTerminalWebSocket()) as ws_info:
117
iframe.get_by_label("Launcher").get_by_text("Terminal").click()
118
0 commit comments