Skip to content

Commit

Permalink
Correcting journey tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrichards4 committed Jul 22, 2024
1 parent eb7e330 commit c85d3b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_journey.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def test_user_journey(page: Page, email_address: str):
("chat", True, False),
("search", False, True),
("search", True, True),
("summarise", False, False),
("summarise", True, False),
("info", False, False),
]:
question = f"@{route} What do I need to install?"
Expand Down

0 comments on commit c85d3b5

Please sign in to comment.