workflow: separate unit and e2e tests
This commit is contained in:
@@ -346,7 +346,7 @@ describe('e2e: TransitionGroup', () => {
|
||||
)
|
||||
// not sure why but we just have to wait really long for this to
|
||||
// pass consistently :/
|
||||
await transitionFinish(duration * 4)
|
||||
await transitionFinish(duration * 4 + buffer)
|
||||
expect(await html('#container')).toBe(
|
||||
`<div class="" style="">a</div>` +
|
||||
`<div class="" style="">b</div>` +
|
||||
|
||||
Reference in New Issue
Block a user