Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pettinga committed Jan 10, 2025
1 parent 569eb50 commit 1458e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_frontend/test_feedback/test_collect_feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_collect_full_feedback(self):

new_page = new_page_info.value
new_page.get_by_label("Very dissatisfied").check()
new_page.get_by_role("checkbox", name="I did not find what I was looking for").click()
new_page.get_by_role("checkbox", name="I did not find what I was looking for").check()
new_page.get_by_role("button", name="Submit").click()

assert FeedbackItem.objects.count() == 1
Expand Down

0 comments on commit 1458e2d

Please sign in to comment.