File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,9 @@ export const test = base.extend<{
102
102
width : 1920 ,
103
103
height : 1080 ,
104
104
} ) ;
105
- // eslint-disable-next-line playwright/no-networkidle
106
- await window . waitForLoadState ( 'networkidle' , { timeout : LOAD_TIMEOUT } ) ;
105
+ await window . waitForLoadState ( 'domcontentloaded' , {
106
+ timeout : LOAD_TIMEOUT ,
107
+ } ) ;
107
108
await window
108
109
. context ( )
109
110
. tracing . start ( { screenshots : true , snapshots : true } ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const DEFAULT_PANEL_SIZES: NonNullable<UserSettings['panelSizes']> = {
13
13
14
14
export const DEFAULT_USER_SETTINGS : UserSettings = {
15
15
qaMode : false ,
16
- showProjectStatistics : true ,
16
+ showProjectStatistics : false ,
17
17
areHiddenSignalsVisible : false ,
18
18
showCriticality : true ,
19
19
showClassifications : true ,
You can’t perform that action at this time.
0 commit comments