Skip to content

Commit ed3deb5

Browse files
✅ test: attempt to make the e2e tests less flaky on WebKit
1 parent 3b3c867 commit ed3deb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/openbeheer/utils/gherkin_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def user_logs_in(
174174
def user_logs_out(self, page: Page) -> None:
175175
page.wait_for_load_state("networkidle")
176176
profile_button = page.get_by_role("button", name="Profiel")
177+
profile_button.wait_for()
177178
profile_button.click()
178179

179180
# ¯\_(ツ)_/¯ - Attempt to fix flakiness in WebKit

0 commit comments

Comments
 (0)