Skip to content

Commit cbf68a4

Browse files
committed
prepare
1 parent 4598e48 commit cbf68a4

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

tests/e2e-playwright/tests/metamodeling/test_response_surface_modeling.py

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,26 @@ def test_response_surface_modeling(
5454
# create the probe
5555
page.get_by_test_id("connect_probe_btn_number_3").click()
5656

57-
# create the parameter
58-
with page.expect_response(
59-
re.compile(rf"/projects/{jsonifier_project_data['uuid']}/nodes")
60-
):
61-
page.get_by_test_id("newNodeBtn").click()
62-
page.get_by_placeholder("Filter").click()
63-
page.get_by_placeholder("Filter").fill("number parameter")
64-
page.get_by_placeholder("Filter").press("Enter")
65-
66-
# connect the parameter
67-
page.get_by_test_id("nodeTreeItem").filter(has_text="jsonifier").all()[
68-
1
69-
].click()
70-
page.get_by_test_id("connect_input_btn_number_1").click()
71-
page.get_by_text("set existing parameter").nth(1).click()
72-
page.wait_for_timeout(1000)
73-
page.get_by_text("Number Parameter").click()
74-
page.wait_for_timeout(5000)
57+
# # create the parameter
58+
# with page.expect_response(
59+
# re.compile(rf"/projects/{jsonifier_project_data['uuid']}/nodes")
60+
# ):
61+
# page.get_by_test_id("newNodeBtn").click()
62+
# page.get_by_placeholder("Filter").click()
63+
# page.get_by_placeholder("Filter").fill("number parameter")
64+
# page.get_by_placeholder("Filter").press("Enter")
65+
66+
# # connect the parameter
67+
# page.get_by_test_id("nodeTreeItem").filter(has_text="jsonifier").all()[
68+
# 1
69+
# ].click()
7570
# page.get_by_test_id("connect_input_btn_number_1").click()
76-
# page.get_by_text("new parameter").click()
71+
# page.get_by_text("set existing parameter").nth(1).click()
72+
# page.wait_for_timeout(1000)
73+
# page.get_by_text("Number Parameter").click()
74+
# page.wait_for_timeout(5000)
75+
page.get_by_test_id("connect_input_btn_number_1").click()
76+
page.get_by_text("new parameter").click()
7777

7878
# rename the project to identify it
7979
page.get_by_test_id("nodesTree").first.click()

0 commit comments

Comments
 (0)