Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Douglas authored and Jinjiang committed Jun 26, 2020
1 parent 7f5434e commit b02465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ describe("v-aria directive", () => {
expect(wrapper.attributes()).toEqual({
class: "icon-save",
role: "button",
"aria-label": "Save Your Changes",
"aria-label": "save your changes",
"aria-pressed": "false",
"aria-controls": "id-of-a-textbox"
});
Expand Down

0 comments on commit b02465c

Please sign in to comment.