Skip to content

Commit

Permalink
πŸ› e2e: update TIP test with new electrode selector tissue name (#5142)
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Kaiser <Dustin.Kaiser@gmx.net>
Co-authored-by: Sylvain <35365065+sanderegg@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 6, 2023
1 parent 27b1f73 commit 2b4bebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tutorials/ti-plan.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function runTutorial() {
await tutorial.takeScreenshot("electrodeSelector_before");
const electrodeSelectorIframe = await tutorial.getIframe(esId);
await utils.waitAndClick(electrodeSelectorIframe, '[osparc-test-id="TargetStructure_Selector"]');
await utils.waitAndClick(electrodeSelectorIframe, '[osparc-test-id="TargetStructure_Target_Hypothalamus"]');
await utils.waitAndClick(electrodeSelectorIframe, '[osparc-test-id="TargetStructure_Target_(Targets_combined) Hypothalamus"]');
const selection = [
["E1+", "FT9"],
["E1-", "FT7"],
Expand Down

0 comments on commit 2b4bebc

Please sign in to comment.