mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
Update footer to even newer expected URL
This commit is contained in:
parent
6db990ff06
commit
bd224be0e4
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ tap.test('clickJobsLink', options, t => {
|
|||
// PRESS
|
||||
tap.test('clickPressLink', options, t => {
|
||||
const linkText = 'Press';
|
||||
const expectedUrl = 'https://wiki.scratch.mit.edu/wiki/Scratch_Press';
|
||||
const expectedUrl = 'https://www.scratchfoundation.org/media-kit/';
|
||||
clickFooterLinks(linkText).then(url => {
|
||||
t.equal(url, expectedUrl);
|
||||
t.end();
|
||||
|
|
Loading…
Reference in a new issue