OLD | NEW |
1 CONSOLE MESSAGE: line 18: PositionUnavailable | 1 CONSOLE MESSAGE: line 18: PositionUnavailable |
2 CONSOLE MESSAGE: line 11: Latitude: -510 Longitude: 500 | 2 CONSOLE MESSAGE: line 11: Latitude: -510 Longitude: 500 |
3 CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200 | 3 CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200 |
| 4 CONSOLE MESSAGE: line 29: PASSED |
4 Tests that geolocation emulation with latitude and longitude works as expected. | 5 Tests that geolocation emulation with latitude and longitude works as expected. |
5 | 6 |
6 | 7 |
7 Running: setUp | 8 Running: setUp |
8 | 9 |
9 Running: testGeolocationUnavailable | 10 Running: testGeolocationUnavailable |
10 | 11 |
11 Running: testOverridenGeolocation | 12 Running: testOverridenGeolocation |
12 | 13 |
13 Running: testClearOverridenGeolocation | 14 Running: testClearOverridenGeolocation |
14 | 15 |
15 Running: testInvalidParam | 16 Running: testInvalidParam |
16 error: Protocol Error: Invalid type of argument 'latitude' for method 'Geolocati
on.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. | 17 error: Protocol Error: Invalid type of argument 'latitude' for method 'Geolocati
on.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. |
17 | 18 |
| 19 Running: testTimestampOfOverridenPosition |
| 20 |
OLD | NEW |