mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-11 16:21:04 -05:00
Merge pull request #5478 from rschamp/rearrange-conference-2021
Fix integration test broken in #5476
This commit is contained in:
commit
e012c8065c
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ describe('www-integration footer links', () => {
|
||||||
await clickText('Scratch Conference');
|
await clickText('Scratch Conference');
|
||||||
let url = await driver.getCurrentUrl();
|
let url = await driver.getCurrentUrl();
|
||||||
let pathname = (new URL(url)).pathname;
|
let pathname = (new URL(url)).pathname;
|
||||||
expect(pathname).toMatch(/^\/conference\/2020\/?$/);
|
expect(pathname).toMatch(/^\/conference\/2021\/?$/);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue