Skip to content

Stepper: replace onMousedown by onClick for consistency #2185

Stepper: replace onMousedown by onClick for consistency

Stepper: replace onMousedown by onClick for consistency #2185

Triggered via pull request November 22, 2024 14:38
Status Failure
Total duration 3m 26s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.