Unverified Commit 8cdd8958 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Merge pull request #5493 from LLK/revert-5478-rearrange-conference-2021

Revert "Fix integration test broken in #5476"
parents 4edab692 4c73bdb8
......@@ -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\/2021\/?$/);
expect(pathname).toMatch(/^\/conference\/2020\/?$/);
});
});
......
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