Fix integration test broken in #5476

This commit is contained in:
rschamp 2021-05-24 14:23:06 -04:00
parent 40295d3860
commit 59a4146d3b

View file

@ -139,7 +139,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\/2020\/?$/);
expect(pathname).toMatch(/^\/conference\/2021\/?$/);
});
});