mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
Update footer link for wiki
This commit is contained in:
parent
a409894816
commit
6db990ff06
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ tap.test('clickDiscussionForumsLink', options, t => {
|
|||
// SCRATCH WIKI
|
||||
tap.test('clickScratchWikiLink', options, t => {
|
||||
const linkText = 'Scratch Wiki';
|
||||
const expectedUrl = 'https://wiki.scratch.mit.edu/wiki/Scratch_Wiki_Home';
|
||||
const expectedUrl = 'https://en.scratch-wiki.info/wiki/Scratch_Wiki_Home';
|
||||
clickFooterLinks(linkText).then(url => {
|
||||
t.equal(url, expectedUrl);
|
||||
t.end();
|
||||
|
|
Loading…
Reference in a new issue