Skip to content

Commit 2b4bebc

Browse files
elisabettaimrnicegyu11sanderegg
authored
🐛 e2e: update TIP test with new electrode selector tissue name (#5142)
Co-authored-by: Dustin Kaiser <[email protected]> Co-authored-by: Sylvain <[email protected]>
1 parent 27b1f73 commit 2b4bebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tutorials/ti-plan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function runTutorial() {
5555
await tutorial.takeScreenshot("electrodeSelector_before");
5656
const electrodeSelectorIframe = await tutorial.getIframe(esId);
5757
await utils.waitAndClick(electrodeSelectorIframe, '[osparc-test-id="TargetStructure_Selector"]');
58-
await utils.waitAndClick(electrodeSelectorIframe, '[osparc-test-id="TargetStructure_Target_Hypothalamus"]');
58+
await utils.waitAndClick(electrodeSelectorIframe, '[osparc-test-id="TargetStructure_Target_(Targets_combined) Hypothalamus"]');
5959
const selection = [
6060
["E1+", "FT9"],
6161
["E1-", "FT7"],

0 commit comments

Comments
 (0)