Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Adding aria label to the invite link input #4137

Merged
merged 5 commits into from
Nov 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing tests
  • Loading branch information
jespino committed Nov 5, 2019
commit 7a20989f7b07cefc76f80be59381a58eb91cbafa
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ exports[`components/invitation_modal/InvitationModalMembersStep should match the
className="share-link-input-block"
>
<input
aria-label="team invite link"
className="share-link-input"
data-testid="shareLinkInput"
readOnly={true}
Expand Down