File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Thanks to: @dathbe.
2121- [ tests] refactor: simplify jest config file (#3844 )
2222- [ tests] refactor: extract constants for weather electron tests (#3845 )
2323- [ tests] replace ` console ` with ` Log ` in calendar ` debug.js ` to avoid exception in eslint config (#3846 )
24- - [ tests] speed up e2e tests (#3847 )
24+ - [ tests] speed up e2e tests, cleanup and stabilize weather e2e tests (#3847 , # 3848 )
2525
2626### Updated
2727
Original file line number Diff line number Diff line change @@ -163,7 +163,8 @@ Module.register("weather", {
163163 // What to do when the weather provider has new information available?
164164 updateAvailable ( ) {
165165 Log . log ( "New weather information available." ) ;
166- this . updateDom ( 0 ) ;
166+ // this value was change from 0 to 300 to stabilize weather tests:
167+ this . updateDom ( 300 ) ;
167168 this . scheduleUpdate ( ) ;
168169
169170 if ( this . weatherProvider . currentWeather ( ) ) {
You can’t perform that action at this time.
0 commit comments