Skip to content

Commit 2b5f403

Browse files
authored
Merge pull request #11 from topcoder-platform/qa-accessibility
Qa accessibility
2 parents 1752611 + 86aaa64 commit 2b5f403

File tree

10 files changed

+543
-398
lines changed

10 files changed

+543
-398
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ workflows:
195195
- general-features
196196
- develop-from-master-23may
197197
- hot-fixes-4
198+
- qa-accessibility
198199
# Production builds are exectuted only on tagged commits to the
199200
# master branch.
200201
- "build-prod":

__tests__/shared/components/TopcoderHeader/__snapshots__/index.jsx.snap

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ exports[`Default render 1`] = `
1010
className="src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
1111
>
1212
<a
13-
aria-label="Topcoder Homepage"
13+
aria-label="Topcoder Logo link to Topcoder Homepage"
1414
className="src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
1515
href="https://www.topcoder-dev.com"
1616
>
1717
<LogoTopcoderWithName
1818
height={53}
19+
title="Topcoder Logo link to Topcoder Homepage"
1920
viewBox="0 0 135 21"
2021
width={135}
2122
xmlns="http://www.w3.org/2000/svg"
@@ -302,12 +303,13 @@ exports[`Render with open menu 1`] = `
302303
className="src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
303304
>
304305
<a
305-
aria-label="Topcoder Homepage"
306+
aria-label="Topcoder Logo link to Topcoder Homepage"
306307
className="src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
307308
href="https://www.topcoder-dev.com"
308309
>
309310
<LogoTopcoderWithName
310311
height={53}
312+
title="Topcoder Logo link to Topcoder Homepage"
311313
viewBox="0 0 135 21"
312314
width={135}
313315
xmlns="http://www.w3.org/2000/svg"
@@ -605,12 +607,13 @@ exports[`Render with specified profile 1`] = `
605607
className="src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
606608
>
607609
<a
608-
aria-label="Topcoder Homepage"
610+
aria-label="Topcoder Logo link to Topcoder Homepage"
609611
className="src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
610612
href="https://www.topcoder-dev.com"
611613
>
612614
<LogoTopcoderWithName
613615
height={53}
616+
title="Topcoder Logo link to Topcoder Homepage"
614617
viewBox="0 0 135 21"
615618
width={135}
616619
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)