diff --git a/test/integration/footer-links.test.js b/test/integration/footer-links.test.js index 57a5d513e..3e7e4044a 100644 --- a/test/integration/footer-links.test.js +++ b/test/integration/footer-links.test.js @@ -136,7 +136,7 @@ describe('www-integration footer links', () => { await clickText('Scratch Conference'); let url = await driver.getCurrentUrl(); let pathname = (new URL(url)).pathname; - expect(pathname).toMatch(/^\/conference\/2021\/?$/); + expect(pathname).toMatch(/^\/conference\/2022\/?$/); }); });