fix(mobile): change how slider height is calculated (#8049)

This commit is contained in:
pengx17
2024-09-02 14:10:36 +00:00
parent 87da792c4c
commit e1310b65cd
3 changed files with 27 additions and 29 deletions

View File

@@ -23,9 +23,11 @@ const config: PlaywrightTestConfig = {
},
},
],
expect: {
timeout: process.env.CI ? 15_000 : 5_000,
},
use: {
baseURL: 'http://localhost:8080/',
actionTimeout: 10 * 1000,
locale: 'en-US',
// Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer
// You can open traces locally(`npx playwright show-trace trace.zip`)