Unverified Commit e012c806 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Merge pull request #5478 from rschamp/rearrange-conference-2021

Fix integration test broken in #5476
parents 460010e6 59a4146d
......@@ -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\/?$/);
});
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment