fix(runtime-vapor): preserve slot-owner css vars for teleported slot … #21663
ci.yml
on: push
test
/
unit-test
1m 16s
test
/
unit-test-windows
1m 32s
test
/
e2e-test
1m 12s
test
/
e2e-vapor
36s
test
/
lint-and-test-dts
52s
continuous-release
35s
Annotations
2 errors
|
test / e2e-vapor
Process completed with exit code 1.
|
|
[e2e-vapor] packages-private/vapor-e2e-test/__tests__/transition-group.spec.ts > vapor transition-group > events:
packages-private/vapor-e2e-test/__tests__/transition-group.spec.ts#L291
AssertionError: expected '<div class="test test-appear-active t…' to be '<div class="test test-appear-from tes…' // Object.is equality
Expected: "<div class="test test-appear-from test-appear-active">a</div><div class="test test-appear-from test-appear-active">b</div><div class="test test-appear-from test-appear-active">c</div>"
Received: "<div class="test test-appear-active test-appear-to">a</div><div class="test test-appear-active test-appear-to">b</div><div class="test test-appear-active test-appear-to">c</div>"
❯ packages-private/vapor-e2e-test/__tests__/transition-group.spec.ts:291:43
|