Skip to content

Commit f0e9e35

Browse files
Merge pull request #106 from unfoldingWord/bugfix-joel-jincy-zach-fileHeaderKatalonID-1010
added aria-label for automated testing (close)
2 parents 9f6a94a + 5b18830 commit f0e9e35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/application-bar/RepositoryMenu.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ function RepositoryMenu() {
5959
button = (
6060
<Chip
6161
data-test="repository-item-icon"
62+
aria-label="repository-item-icon"
6263
avatar={avatarComponent}
63-
label={name}
64+
label={<span data-test="repository-item-chip">{name}</span>}
6465
onDelete={_onDelete}
6566
color="primary"
6667
/>

0 commit comments

Comments
 (0)