Skip to content

Commit

Permalink
⚗️ Try waiting before logging out
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Dec 5, 2024
1 parent c406630 commit 493d557
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ async def test_scenario_co_reviewer_select_zaken_visible_to_reviewer(self):
await self.when.user_fills_form_field(page, "Opmerking", "gh-497")
await self.when.user_clicks_button(page, "Medebeoordeling afronden", 1)

# Make sure that the request for finishing the co-review is done
await page.wait_for_url(f"{self.live_server_url}/destruction-lists")

# Log out.
await self.when.user_logs_out(page)

Expand Down

0 comments on commit 493d557

Please sign in to comment.