diff --git a/test/integration/footer-links.test.js b/test/integration/footer-links.test.js index d1a8b2b40..543d74c22 100644 --- a/test/integration/footer-links.test.js +++ b/test/integration/footer-links.test.js @@ -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