fix(nested): prevent parent node activate firing for singleLeaf #20897
ci.yml
on: push
Annotations
6 errors
labs/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with reactive items > activate > leaf strategy:
packages/vuetify/src/labs/VTreeview/__tests__/VTreeview.spec.browser.tsx#L107
AssertionError: expected [] to strictly equal [ 201, 202, 203 ]
- Expected
+ Received
- Array [
- 201,
- 202,
- 203,
- ]
+ Array []
❯ labs/VTreeview/__tests__/VTreeview.spec.browser.tsx:107:30
|
labs/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with reactive items > activate > independent strategy:
packages/vuetify/src/labs/VTreeview/__tests__/VTreeview.spec.browser.tsx#L124
AssertionError: expected [] to strictly equal [ 1 ]
- Expected
+ Received
- Array [
- 1,
- ]
+ Array []
❯ labs/VTreeview/__tests__/VTreeview.spec.browser.tsx:124:30
|
labs/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with reactive items > activate > should emit only once:
packages/vuetify/src/labs/VTreeview/__tests__/VTreeview.spec.browser.tsx#L175
AssertionError: expected "spy" to be called once, but got 0 times
❯ labs/VTreeview/__tests__/VTreeview.spec.browser.tsx:175:26
|
labs/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with reactive items > return-object > activate > leaf strategy:
packages/vuetify/src/labs/VTreeview/__tests__/VTreeview.spec.browser.tsx#L399
AssertionError: expected [] to strictly equal [ ObjectContaining {"id": 201}, …(2) ]
- Expected
+ Received
- Array [
- ObjectContaining {
- "id": 201,
- },
- ObjectContaining {
- "id": 202,
- },
- ObjectContaining {
- "id": 203,
- },
- ]
+ Array []
❯ labs/VTreeview/__tests__/VTreeview.spec.browser.tsx:399:32
|
labs/VTreeview/__tests__/VTreeview.spec.browser.tsx > VTreeview with reactive items > return-object > activate > independent strategy:
packages/vuetify/src/labs/VTreeview/__tests__/VTreeview.spec.browser.tsx#L421
AssertionError: expected [] to strictly equal [ ObjectContaining {"id": 1} ]
- Expected
+ Received
- Array [
- ObjectContaining {
- "id": 1,
- },
- ]
+ Array []
❯ labs/VTreeview/__tests__/VTreeview.spec.browser.tsx:421:32
|
Test (e2e)
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
vuetify-dist
|
5.34 MB |
|