Skip to content

Commit 409e65a

Browse files
authored
after jupyterlab update get 4th file instead of the 3rd
1 parent 908699a commit 409e65a

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 = '#filebrowser > div.lm-Widget.p-Widget.jp-DirListing.jp-FileBrowser-listing.jp-DirListing-narrow > ul > li:nth-child(3)';
92+
const input2outputFileSelector = '#filebrowser > div.lm-Widget.p-Widget.jp-DirListing.jp-FileBrowser-listing.jp-DirListing-narrow > ul > li:nth-child(4)';
9393
await jLabIframe.waitForSelector(input2outputFileSelector);
9494
await jLabIframe.click(input2outputFileSelector, {
9595
clickCount: 2

0 commit comments

Comments
 (0)