We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b1f73 commit 2b4bebcCopy full SHA for 2b4bebc
tests/e2e/tutorials/ti-plan.js
@@ -55,7 +55,7 @@ async function runTutorial() {
55
await tutorial.takeScreenshot("electrodeSelector_before");
56
const electrodeSelectorIframe = await tutorial.getIframe(esId);
57
await utils.waitAndClick(electrodeSelectorIframe, '[osparc-test-id="TargetStructure_Selector"]');
58
- await utils.waitAndClick(electrodeSelectorIframe, '[osparc-test-id="TargetStructure_Target_Hypothalamus"]');
+ await utils.waitAndClick(electrodeSelectorIframe, '[osparc-test-id="TargetStructure_Target_(Targets_combined) Hypothalamus"]');
59
const selection = [
60
["E1+", "FT9"],
61
["E1-", "FT7"],
0 commit comments