Update footer to even newer expected URL

This commit is contained in:
Ray Schamp 2018-02-28 15:58:48 -05:00 committed by GitHub
parent 6db990ff06
commit bd224be0e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();