Stepper: replace onMousedown by onClick for consistency #2185
Annotations
3 errors
src/Stepper/Stepper.test.ts > stepper > selects a step on click:
packages/radix-vue/src/Stepper/Stepper.test.ts#L136
Error: expect(element).toHaveAttribute("aria-current", "true") // element.getAttribute("aria-current") === "true"
Expected the element to have attribute:
aria-current="true"
Received:
null
❯ src/Stepper/Stepper.test.ts:136:43
|
src/Stepper/Stepper.test.ts > stepper > enables the next step for linear steppers:
packages/radix-vue/src/Stepper/Stepper.test.ts#L164
Error: expect(element).toHaveAttribute("aria-current", "true") // element.getAttribute("aria-current") === "true"
Expected the element to have attribute:
aria-current="true"
Received:
null
❯ src/Stepper/Stepper.test.ts:164:43
|
test
Process completed with exit code 1.
|