Commit 1d6c61c3 by Ben Patterson

Enforce order on these events to solve flaky condition.

parent d370b0aa
......@@ -1384,7 +1384,6 @@ class EditTeamTest(TeamFormActions):
with self.assert_events_match_during(
event_filter=self.only_team_events,
expected_events=expected_events,
in_order=False,
):
self.team_management_page.submit_form()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment