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