mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
test: don't test external conference site
This commit is contained in:
parent
277f05513e
commit
7aa5a79a0b
1 changed files with 2 additions and 12 deletions
|
@ -159,20 +159,9 @@ describe('www-integration footer links', () => {
|
||||||
let pathname = (new URL(url)).pathname;
|
let pathname = (new URL(url)).pathname;
|
||||||
expect(pathname).toMatch(/^\/DMCA\/?$/);
|
expect(pathname).toMatch(/^\/DMCA\/?$/);
|
||||||
});
|
});
|
||||||
|
|
||||||
// ==== SCRATCH FAMILY column ====
|
|
||||||
|
|
||||||
test('click Scratch Conference link', async () => {
|
|
||||||
await clickText('Scratch Conference');
|
|
||||||
await waitUntilDocumentReady();
|
|
||||||
let url = await driver.getCurrentUrl();
|
|
||||||
let pathname = (new URL(url)).pathname;
|
|
||||||
expect(pathname).toMatch(/^\/scratch-conference\/?$/);
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// The following links in are skipped because they are not on scratch.mit.edu
|
// The following links in the footer are skipped because they are not part of scratch-www
|
||||||
|
|
||||||
// Jobs
|
// Jobs
|
||||||
// Press
|
// Press
|
||||||
|
@ -183,3 +172,4 @@ describe('www-integration footer links', () => {
|
||||||
// SCRATCH JR (SCRATCHJR)
|
// SCRATCH JR (SCRATCHJR)
|
||||||
// SCRATCH DAY
|
// SCRATCH DAY
|
||||||
// SCRATCH FOUNDATION
|
// SCRATCH FOUNDATION
|
||||||
|
// Scratch Conference
|
||||||
|
|
Loading…
Reference in a new issue