mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Fix conference integration test
This commit is contained in:
parent
3037c6a242
commit
5756d4937d
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,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\/2021\/?$/);
|
expect(pathname).toMatch(/^\/conference\/2022\/?$/);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue