Fix conference integration test

This commit is contained in:
seotts 2022-03-16 11:51:23 -04:00
parent 3037c6a242
commit 5756d4937d

View file

@ -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\/?$/);
});
});