Skip to content

Commit cb75149

Browse files
authored
e2e: jupyters tutorial improve selector
1 parent e4837ad commit cb75149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tutorials/jupyters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function runTutorial() {
8989
const jLabIframe = iframes2.find(iframe => iframe._url.endsWith("lab?"));
9090

9191
// inside the iFrame, open the first notebook
92-
const input2outputFileSelector = '[title~="input2output.ipynb"]';
92+
const input2outputFileSelector = '[title*="input2output.ipynb"]';
9393
await jLabIframe.waitForSelector(input2outputFileSelector);
9494
await jLabIframe.click(input2outputFileSelector, {
9595
clickCount: 2

0 commit comments

Comments
 (0)