Merge pull request #2536 from chrisgarrity/issue/fix-smoke

Credits link has changed
This commit is contained in:
chrisgarrity 2018-12-21 10:08:31 -05:00 committed by GitHub
commit 9a7cf6001b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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