mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-06-16 06:41:13 -04:00
parent
fdfc7c70c0
commit
1ea4dd54a4
1 changed files with 7 additions and 0 deletions
|
@ -171,6 +171,13 @@ describe('www-integration footer links', () => {
|
|||
const pocTextVisible = await pocText.isDisplayed();
|
||||
expect(pocTextVisible).toBeTruthy();
|
||||
});
|
||||
|
||||
test('click MIT Accessibility link', async () => {
|
||||
await clickText('MIT Accessibility');
|
||||
await waitUntilDocumentReady();
|
||||
const url = await driver.getCurrentUrl();
|
||||
expect(url).toBe('https://accessibility.mit.edu/');
|
||||
});
|
||||
});
|
||||
|
||||
// The following links in the footer are skipped because they are not part of scratch-www
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue