mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-21 10:18:13 -05:00
fix: use Title Caps for DSA Requirements link label
This commit is contained in:
parent
a398b1b314
commit
a3af523ca9
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
"general.credits": "Our Team",
|
||||
"general.donors": "Donors",
|
||||
"general.dmca": "DMCA",
|
||||
"general.dsa": "DSA requirements",
|
||||
"general.dsa": "DSA Requirements",
|
||||
"general.emailAddress": "Email address",
|
||||
"general.english": "English",
|
||||
"general.error": "Oops! Something went wrong",
|
||||
|
|
|
@ -162,7 +162,7 @@ describe('www-integration footer links', () => {
|
|||
});
|
||||
|
||||
test('click DSA requirements link', async () => {
|
||||
await clickText('DSA requirements');
|
||||
await clickText('DSA Requirements');
|
||||
await waitUntilDocumentReady();
|
||||
const url = await driver.getCurrentUrl();
|
||||
expect(url).toBe('https://www.scratchfoundation.org/dsa/');
|
||||
|
|
Loading…
Reference in a new issue