fix(Slider): fix styling errors in hidden element #2434
pull-request.yml
on: pull_request
call-test-build
/
check
7s
call-test-build
/
test
2m 56s
call-test-build
/
site
2m 25s
call-test-build
/
build
4m 9s
Annotations
6 errors
src/slider/__test__/index.test.jsx > slider > props > :label with range:
src/slider/__test__/index.test.jsx#L84
AssertionError: expected false to be truthy
❯ src/slider/__test__/index.test.jsx:84:100
|
src/slider/__test__/index.test.jsx > slider > props > :value out of limit:
src/slider/__test__/index.test.jsx#L111
AssertionError: expected "spy" to be called with arguments: [ [ +0, 54 ] ]
Received:
Number of calls: 0
❯ src/slider/__test__/index.test.jsx:111:24
|
src/slider/__test__/index.test.jsx > slider > props > :capsule theme:
src/slider/__test__/index.test.jsx#L145
AssertionError: expected "spy" to be called with arguments: [ 61 ]
Received:
1st spy call:
Array [
- 61,
+ 100,
]
Number of calls: 1
❯ src/slider/__test__/index.test.jsx:145:24
|
src/slider/__test__/index.test.jsx > slider > event > @click:
src/slider/__test__/index.test.jsx#L193
AssertionError: expected "spy" to be called with arguments: [ 54 ]
Received:
1st spy call:
Array [
- 54,
+ 100,
]
Number of calls: 1
❯ src/slider/__test__/index.test.jsx:193:24
|
src/slider/__test__/index.test.jsx > slider > event > @touch:
src/slider/__test__/index.test.jsx#L225
AssertionError: expected "spy" to be called with arguments: [ [ 24, 100 ] ]
Received:
1st spy call:
Array [
Array [
- 24,
+ 100,
100,
],
]
Number of calls: 1
❯ src/slider/__test__/index.test.jsx:225:24
|
call-test-build / test
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
_site
Expired
|
2.09 MB |
|
pr
Expired
|
139 Bytes |
|