Skip to content

Commit

Permalink
GH-64: Cite govuk-frontend issue workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Mar 1, 2024
1 parent 458909e commit 73fb7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ def __init__(self, form: Locator):
self._confirm = form.get_by_role("button", name="Confirm")

def up_to_date(self) -> SchemeReviewFormComponent:
# TODO: don't force action when govuk-frontend upgraded to 5.2.0 (see #4768)
self._up_to_date.check(force=True)
return self

Expand Down

0 comments on commit 73fb7e0

Please sign in to comment.