Unverified Commit bd224be0 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Update footer to even newer expected URL

parent 6db990ff
......@@ -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();
......
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