Skip to content

Commit 5d7b1ec

Browse files
committed
"service settings should not be visible"
1 parent 996809d commit 5d7b1ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/e2e-playwright/tests/tip/test_ti_plan.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ def test_classic_ti_plan( # noqa: PLR0915
152152
page.wait_for_timeout(_ELECTRODE_SELECTOR_FLICKERING_WAIT_TIME)
153153

154154
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+
155159
electrode_selector_iframe.get_by_test_id("TargetStructure_Selector").click()
156160
electrode_selector_iframe.get_by_test_id(
157161
"TargetStructure_Target_(Targets_combined) Hypothalamus"

0 commit comments

Comments
 (0)