File tree Expand file tree Collapse file tree 22 files changed +134
-179
lines changed
ProfilePage/Skill/__snapshots__
challenge-listing/Filters/__snapshots__ Expand file tree Collapse file tree 22 files changed +134
-179
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ exports[`Snapshot match 1`] = `
5
5
<HelmetWrapper
6
6
defer = { true }
7
7
encodeSpecialCharacters = { true }
8
+ htmlAttributes = {
9
+ Object {
10
+ " lang" : " en" ,
11
+ }
12
+ }
8
13
>
9
14
<meta
10
15
content = " #FFFFFF"
@@ -34,6 +39,11 @@ exports[`Snapshot match 2`] = `
34
39
<HelmetWrapper
35
40
defer = { true }
36
41
encodeSpecialCharacters = { true }
42
+ htmlAttributes = {
43
+ Object {
44
+ " lang" : " en" ,
45
+ }
46
+ }
37
47
>
38
48
<meta
39
49
content = " #FFFFFF"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ exports[`renders a skill correctly 1`] = `
5
5
className = " src-shared-components-ProfilePage-Skill-___styles__container___bW089"
6
6
>
7
7
<div
8
+ aria-label = " Test Skill Icon"
8
9
className = " src-shared-components-ProfilePage-Skill-___styles__skill-icon___1-d49"
9
10
>
10
11
<FallbackIcon
Original file line number Diff line number Diff line change 3
3
exports [` Snapshot match 1` ] = `
4
4
<div
5
5
className = " src-shared-components-TopcoderHeader-Auth-___style__auth___3X0_r"
6
- onClick = { [Function ]}
7
- onKeyPress = { null }
8
- role = " button"
9
- tabIndex = " 0"
10
6
>
11
7
<a
12
8
className = " tc-btn-sm tc-btn-primary"
@@ -27,10 +23,6 @@ exports[`Snapshot match 1`] = `
27
23
exports [` Snapshot match 2` ] = `
28
24
<div
29
25
className = " column src-shared-components-TopcoderHeader-Auth-___style__auth___3X0_r"
30
- onClick = { [Function ]}
31
- onKeyPress = { null }
32
- role = " button"
33
- tabIndex = " 0"
34
26
>
35
27
<a
36
28
className = " tc-btn-sm tc-btn-primary"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ exports[`Default render 1`] = `
9
9
className = " src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
10
10
>
11
11
<a
12
+ aria-label = " Topcoder Homepage"
12
13
className = " src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
13
14
href = " https://www.topcoder-dev.com"
14
15
>
@@ -284,6 +285,7 @@ exports[`Render with open menu 1`] = `
284
285
className = " src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
285
286
>
286
287
<a
288
+ aria-label = " Topcoder Homepage"
287
289
className = " src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
288
290
href = " https://www.topcoder-dev.com"
289
291
>
@@ -570,6 +572,7 @@ exports[`Render with specified profile 1`] = `
570
572
className = " src-shared-components-TopcoderHeader-___style__main-desktop-header___oqm_l"
571
573
>
572
574
<a
575
+ aria-label = " Topcoder Homepage"
573
576
className = " src-shared-components-TopcoderHeader-___style__logo___2WLJ0"
574
577
href = " https://www.topcoder-dev.com"
575
578
>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exports[`Matches shallow shapshot 1`] = `
5
5
className = " src-shared-components-TopcoderFooter-___style__footer___28yQ6"
6
6
>
7
7
<nav >
8
- <ul >
8
+ <ol >
9
9
<li
10
10
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
11
11
>
@@ -51,13 +51,14 @@ exports[`Matches shallow shapshot 1`] = `
51
51
TERMS
52
52
</a >
53
53
</li >
54
- </ul >
54
+ </ol >
55
55
</nav >
56
56
<div
57
57
className = " src-shared-components-TopcoderFooter-___style__social-links___2G4Ia"
58
58
>
59
59
<hr />
60
60
<a
61
+ aria-label = " Facebook"
61
62
href = " https://www.facebook.com/topcoder"
62
63
target = " fbwindow"
63
64
>
@@ -78,6 +79,7 @@ exports[`Matches shallow shapshot 1`] = `
78
79
</svg >
79
80
</a >
80
81
<a
82
+ aria-label = " Twitter"
81
83
href = " http://www.twitter.com/topcoder"
82
84
target = " twwindow"
83
85
>
@@ -98,6 +100,7 @@ exports[`Matches shallow shapshot 1`] = `
98
100
</svg >
99
101
</a >
100
102
<a
103
+ aria-label = " Linkedin"
101
104
href = " https://www.linkedin.com/company/topcoder"
102
105
target = " liwindow"
103
106
>
@@ -118,6 +121,7 @@ exports[`Matches shallow shapshot 1`] = `
118
121
</svg >
119
122
</a >
120
123
<a
124
+ aria-label = " Instagram"
121
125
href = " https://www.instagram.com/topcoder"
122
126
target = " inwindow"
123
127
>
Original file line number Diff line number Diff line change @@ -108,7 +108,10 @@ exports[`Matches shallow shapshot shapshot 2`] = `
108
108
/>
109
109
<span >
110
110
<span
111
+ aria-checked = { false }
112
+ aria-label = " Filter"
111
113
className = " src-shared-components-challenge-listing-Filters-___ChallengeFilters__filter-switch-with-label___21Ups"
114
+ role = " switch"
112
115
>
113
116
<ThemedSwitchWithLabel
114
117
composeAdhocTheme = " deeply"
@@ -122,7 +125,10 @@ exports[`Matches shallow shapshot shapshot 2`] = `
122
125
/>
123
126
</span >
124
127
<span
128
+ aria-checked = { false }
129
+ aria-label = " Filter"
125
130
className = " src-shared-components-challenge-listing-Filters-___ChallengeFilters__filter-switch-with-label___21Ups"
131
+ role = " switch"
126
132
>
127
133
<ThemedSwitchWithLabel
128
134
composeAdhocTheme = " deeply"
@@ -136,7 +142,10 @@ exports[`Matches shallow shapshot shapshot 2`] = `
136
142
/>
137
143
</span >
138
144
<span
145
+ aria-checked = { false }
146
+ aria-label = " Filter"
139
147
className = " src-shared-components-challenge-listing-Filters-___ChallengeFilters__filter-switch-with-label___21Ups"
148
+ role = " switch"
140
149
>
141
150
<ThemedSwitchWithLabel
142
151
composeAdhocTheme = " deeply"
You can’t perform that action at this time.
0 commit comments