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 996809d commit 5d7b1ecCopy full SHA for 5d7b1ec
tests/e2e-playwright/tests/tip/test_ti_plan.py
@@ -152,6 +152,10 @@ def test_classic_ti_plan( # noqa: PLR0915
152
page.wait_for_timeout(_ELECTRODE_SELECTOR_FLICKERING_WAIT_TIME)
153
154
with log_context(logging.INFO, "Configure selector"):
155
+ assert (
156
+ page.get_by_test_id("settingsForm_" + node_ids[0]).count() == 0
157
+ ), "service settings should not be visible"
158
+
159
electrode_selector_iframe.get_by_test_id("TargetStructure_Selector").click()
160
electrode_selector_iframe.get_by_test_id(
161
"TargetStructure_Target_(Targets_combined) Hypothalamus"
0 commit comments