Skip to content

Commit 5c2b28d

Browse files
committed
Fix tests for JupyterLab 3.3
1 parent c7fa8ef commit 5c2b28d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

atest/Keywords.resource

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,11 @@ Open File
375375

376376
Open in Advanced Settings
377377
[Arguments] ${plugin id}
378-
Lab Command Advanced Settings Editor
378+
IF '${LAB VERSION}'.startswith('3.3')
379+
Lab Command Advanced JSON Settings Editor
380+
ELSE
381+
Lab Command Advanced Settings Editor
382+
END
379383
${sel} = Set Variable css:[data-id="${plugin id}"]
380384
Wait Until Page Contains Element ${sel}
381385
Click Element ${sel}

0 commit comments

Comments
 (0)