From f2018a26fc979686e67c853fff0324215d16819b Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 28 Oct 2022 09:57:43 +0200 Subject: [PATCH] Add emergentalliance.org to check links exceptions --- cypress/integration/hybrid/check_links.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/hybrid/check_links.js b/cypress/integration/hybrid/check_links.js index 7bed127e3..074909e73 100644 --- a/cypress/integration/hybrid/check_links.js +++ b/cypress/integration/hybrid/check_links.js @@ -77,6 +77,7 @@ context("Check for broken links on entries", () => { const subpages = ['/de/blog/','/en/blog/','/de/science/', '/en/science/'] const pagesToAvoid = ['/de/blog/', '/en/blog/', '/de/science/', '/en/science/', '/de/blog/archiv', '/en/blog/archive'] const allowlist = [ + 'https://emergentalliance.org/calculation-of-the-effective-reproduction-number-germany/', 'https://testbuchen.de/#/?zoom=0&lat=47.71401323721353&lng=8.66960999999999', 'https://onlinelibrary.wiley.com/doi/abs/10.2307/3315826.n1' ]