mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Revert "Merge pull request #5493 from LLK/revert-5478-rearrange-conference-2021"
This reverts commit8cdd89586a
, reversing changes made to4edab6927e
.
This commit is contained in:
parent
8cdd89586a
commit
65f8cc732c
1 changed files with 1 additions and 1 deletions
|
@ -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\/?$/);
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue