Skip to content

Commit

Permalink
chore: Add debug for flaky e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Aug 23, 2023
1 parent 86baf4b commit 56da7e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/test_by_name_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ async def serve(q: Q):
'''
with AppRunner(code):
page.goto('http://localhost:10101')
print(page.content())
expect(page.get_by_text("New next")).to_be_visible()


Expand All @@ -104,6 +105,7 @@ async def serve(q: Q):
'''
with AppRunner(code):
page.goto('http://localhost:10101')
print(page.content())
expect(page.get_by_text("New next")).to_be_visible()


Expand Down

0 comments on commit 56da7e5

Please sign in to comment.