diff --git a/client/cypress/fixtures/endpoints.json b/client/cypress/fixtures/endpoints.json new file mode 100644 index 00000000..c3f3166a --- /dev/null +++ b/client/cypress/fixtures/endpoints.json @@ -0,0 +1,22 @@ +[ + "/", + "/404/", + "/cejst/", + "/contact/", + "/en/", + "/en/404.html/", + "/en/404/", + "/en/cejst/", + "/en/contact/", + "/en/methodology/", + "/en/timeline/", + "/es/", + "/es/404.html/", + "/es/404/", + "/es/cejst/", + "/es/contact/", + "/es/methodology/", + "/es/timeline/", + "/methodology/", + "/timeline/" + ] \ No newline at end of file