File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,12 @@ export class TestMainComponent implements OnDestroy {
56
56
57
57
onMouseEnter ( ) {
58
58
this . _isHovering = true ;
59
+ this . _cdr . markForCheck ( ) ;
59
60
}
60
61
61
62
onMouseLeave ( ) {
62
63
this . _isHovering = false ;
64
+ this . _cdr . markForCheck ( ) ;
63
65
}
64
66
65
67
constructor ( private _cdr : ChangeDetectorRef , private _zone : NgZone ) {
Original file line number Diff line number Diff line change 7
7
* - `saucelabs`: Launches the browser within Saucelabs
8
8
*/
9
9
const browserConfig = {
10
- 'Edge83' : { unitTest : { target : 'saucelabs ' } } ,
10
+ 'Edge83' : { unitTest : { target : 'browserstack ' } } ,
11
11
'iOS13' : { unitTest : { target : 'saucelabs' } } ,
12
12
'Safari13' : { unitTest : { target : 'browserstack' } } ,
13
13
} ;
Original file line number Diff line number Diff line change 19
19
"platformName" : " iOS" ,
20
20
"deviceName" : " iPhone XS Simulator"
21
21
},
22
- "SAUCELABS_EDGE83" : {
23
- "base" : " SauceLabs" ,
24
- "browserName" : " MicrosoftEdge" ,
25
- "browserVersion" : " 83.0" ,
26
- "platformName" : " Windows 10"
22
+ "BROWSERSTACK_EDGE83" : {
23
+ "base" : " BrowserStack" ,
24
+ "browser" : " Edge" ,
25
+ "browser_version" : " 83.0" ,
26
+ "os" : " Windows" ,
27
+ "os_version" : " 10"
27
28
},
28
29
"BROWSERSTACK_SAFARI13" : {
29
30
"base" : " BrowserStack" ,
You can’t perform that action at this time.
0 commit comments