Revert "Fix integration test broken in #5476"

This commit is contained in:
Ray Schamp 2021-05-26 09:34:53 -04:00 committed by GitHub
parent 7b7322c9f9
commit 4c73bdb87c
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\/?$/);
});
});