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

Revert "Fix integration test broken in "
This commit is contained in:
Ray Schamp 2021-05-26 09:36:02 -04:00 committed by GitHub
commit 8cdd89586a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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