mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
Fix test for ScratchEd footer link
This commit is contained in:
parent
f6bffd4192
commit
f2392f6d5a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue