From 4bd48d1c76abc0818b20989aec01c907376fe80c Mon Sep 17 00:00:00 2001 From: Nat Hillard Date: Tue, 27 Jul 2021 12:57:22 -0400 Subject: [PATCH] adding endpoints, generated by the gatsby-cypress-endpoints plugin --- client/cypress/fixtures/endpoints.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 client/cypress/fixtures/endpoints.json 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