Skip to content

feat(Field): add inputmode props #12438

feat(Field): add inputmode props

feat(Field): add inputmode props #12438

Triggered via pull request November 15, 2024 03:03
Status Failure
Total duration 1m 38s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/notice-bar/test/index.spec.tsx > should start scrolling when content width > wrap width : packages/vant/src/notice-bar/test/index.spec.tsx#L68
Error: Snapshot `should start scrolling when content width > wrap width 1` mismatched - Expected + Received @@ -5,11 +5,11 @@ <div role="marquee" class="van-notice-bar__wrap" > <div - style="transition-duration: 1.6666666666666667s; transform: translateX(-100px);" + style="transition-duration: 0s;" class="van-notice-bar__content" > foo </div> </div> ❯ src/notice-bar/test/index.spec.tsx:68:26
test
Process completed with exit code 1.