We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409e65a commit e4837adCopy full SHA for e4837ad
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 = '#filebrowser > div.lm-Widget.p-Widget.jp-DirListing.jp-FileBrowser-listing.jp-DirListing-narrow > ul > li:nth-child(4)';
+ const input2outputFileSelector = '[title~="input2output.ipynb"]';
93
await jLabIframe.waitForSelector(input2outputFileSelector);
94
await jLabIframe.click(input2outputFileSelector, {
95
clickCount: 2
0 commit comments