mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #2536 from chrisgarrity/issue/fix-smoke
Credits link has changed
This commit is contained in:
commit
9a7cf6001b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ tap.test('clickForDevelopersScratchLink', options, t => {
|
|||
// CREDITS
|
||||
tap.test('clickCreditsLink', options, t => {
|
||||
const linkText = 'Credits';
|
||||
const expectedHref = '/info/credits';
|
||||
const expectedHref = '/credits';
|
||||
clickFooterLinks(linkText).then(url => {
|
||||
t.equal(url.substr(-expectedHref.length), expectedHref);
|
||||
t.end();
|
||||
|
|
Loading…
Reference in a new issue