From f0527e93fd4e895a3d216206bcc5fbc064772933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:15:17 +0000 Subject: [PATCH] Update test with Playwright routes --- tests/test.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test.py b/tests/test.py index c970c23..0c8ae60 100644 --- a/tests/test.py +++ b/tests/test.py @@ -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"), ]