We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4837ad commit cb75149Copy full SHA for cb75149
tests/e2e/tutorials/jupyters.js
@@ -89,7 +89,7 @@ async function runTutorial() {
89
const jLabIframe = iframes2.find(iframe => iframe._url.endsWith("lab?"));
90
91
// inside the iFrame, open the first notebook
92
- const input2outputFileSelector = '[title~="input2output.ipynb"]';
+ const input2outputFileSelector = '[title*="input2output.ipynb"]';
93
await jLabIframe.waitForSelector(input2outputFileSelector);
94
await jLabIframe.click(input2outputFileSelector, {
95
clickCount: 2
0 commit comments