File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/vue/__tests__/e2e Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ describe('e2e: Transition', () => {
8
8
const baseUrl = `file://${ path . resolve ( __dirname , './transition.html' ) } `
9
9
10
10
const duration = process . env . CI ? 200 : 50
11
- const buffer = process . env . CI ? 20 : 5
11
+ const buffer = 20
12
12
13
13
const transitionFinish = ( time = duration ) => timeout ( time + buffer )
14
14
@@ -29,8 +29,6 @@ describe('e2e: Transition', () => {
29
29
test (
30
30
'basic transition' ,
31
31
async ( ) => {
32
- await page ( ) . goto ( baseUrl )
33
- await page ( ) . waitForSelector ( '#app' )
34
32
await page ( ) . evaluate ( ( ) => {
35
33
const { createApp, ref } = ( window as any ) . Vue
36
34
createApp ( {
@@ -1296,8 +1294,6 @@ describe('e2e: Transition', () => {
1296
1294
test (
1297
1295
'wrapping transition + fallthrough attrs' ,
1298
1296
async ( ) => {
1299
- await page ( ) . goto ( baseUrl )
1300
- await page ( ) . waitForSelector ( '#app' )
1301
1297
await page ( ) . evaluate ( ( ) => {
1302
1298
const { createApp, ref } = ( window as any ) . Vue
1303
1299
createApp ( {
You can’t perform that action at this time.
0 commit comments