Skip to content

Commit 7646840

Browse files
✅ test: attempt to fix the test
1 parent d2e4598 commit 7646840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/src/openbeheer/informatieobjecttypen/tests/e2e/test_create_page.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ def test_create_informatieobjecttype(page: Page, runner: GherkinRunner):
3232
runner.when.user_selects_catalogus(page, catalogus)
3333
runner.when.user_navigates_to_informatieobjecttype_list_page(page, catalogus)
3434
runner.when.user_navigates_to_informatieobjecttype_create_page(page, catalogus)
35+
runner.when.user_clicks_on_checkbox(page, "Basis")
3536
runner.when.user_clicks_on_button(page, name="Gebruik dit sjabloon")
3637

3738
runner.then.page_should_contain_text(
3839
page, text="Je staat op het punt een nieuw informatieobjecttype te starten."
3940
)
4041
page.get_by_label("Omschrijving").fill("A beautiful IOT")
4142

42-
runner.when.user_clicks_on_button(page, name="Verzenden")
43+
runner.when.user_clicks_on_button(page, name="Informatieobjecttype aanmaken")
4344

4445
runner.then.path_should_be(
4546
page, f"/OZ/{furl(catalogus.url).path.segments[-1]}/informatieobjecttypen"

0 commit comments

Comments
 (0)