Fix unit test tabindex.
This commit is contained in:
parent
56fd342cd6
commit
c1e935c3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ describe("radio.vue", () => {
|
||||||
|
|
||||||
expect(label.attributes()).toEqual({
|
expect(label.attributes()).toEqual({
|
||||||
role: "radio",
|
role: "radio",
|
||||||
tabindex: "0",
|
tabindex: "-1",
|
||||||
for: "2023",
|
for: "2023",
|
||||||
class: "d-flex flex-column justify-content-center py-3 px-4",
|
class: "d-flex flex-column justify-content-center py-3 px-4",
|
||||||
"aria-checked": "false"
|
"aria-checked": "false"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue