Commit f2392f6d authored by Ray Schamp's avatar Ray Schamp

Fix test for ScratchEd footer link

parent f6bffd41
......@@ -261,7 +261,7 @@ tap.test('clickDMCALink', options, t => {
// SCRATCH ED (SCRATCHED)
tap.test('clickScratchEdLink', options, t => {
const linkText = 'ScratchEd';
const expectedUrl = 'http://scratched.gse.harconstd.edu/';
const expectedUrl = 'http://scratched.gse.harvard.edu/';
clickFooterLinks(linkText).then(url => {
t.equal(url, expectedUrl);
t.end();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment