Skip to content

Commit

Permalink
Merge pull request #32 from oleksis/playwright-routes
Browse files Browse the repository at this point in the history
Update test with Playwright routes
  • Loading branch information
kjaymiller authored Oct 7, 2023
2 parents 384fd30 + 9874d01 commit b8906ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
live_server_url = "http://127.0.0.1:4000"

routes = [
("about.html"),
("community.html"),
("conferences.html"),
("events.html"),
("about"),
("community"),
("conferences"),
("events"),
]


Expand Down

0 comments on commit b8906ca

Please sign in to comment.