OLD | NEW |
1 CONSOLE MESSAGE: line 18: PositionUnavailable | 1 CONSOLE MESSAGE: line 37: Position unavailable |
2 CONSOLE MESSAGE: line 11: Latitude: -510 Longitude: 500 | 2 CONSOLE MESSAGE: line 30: Latitude: 50 Longitude: 100 |
3 CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200 | 3 CONSOLE MESSAGE: line 30: Latitude: 50 Longitude: 100 |
4 CONSOLE MESSAGE: line 29: PASSED | 4 CONSOLE MESSAGE: line 48: PASSED |
5 Tests that geolocation emulation with latitude and longitude works as expected. | 5 Tests that geolocation emulation with latitude and longitude works as expected. |
6 | 6 |
7 | 7 |
8 Running: setUp | |
9 | |
10 Running: testGeolocationUnavailable | 8 Running: testGeolocationUnavailable |
11 | 9 |
12 Running: testOverridenGeolocation | 10 Running: testOverridenGeolocation |
13 | 11 |
14 Running: testClearOverridenGeolocation | 12 Running: testInvalidParam |
| 13 error: Protocol Error: Invalid type of argument 'latitude' for method 'Page.setG
eolocationOverride' call. It must be 'number' but it is 'boolean'. |
15 | 14 |
16 Running: testInvalidParam | 15 Running: testInvalidGeolocation |
17 error: Protocol Error: Invalid type of argument 'latitude' for method 'Geolocati
on.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. | 16 error: Request with id = 30 failed. {"code":-32603,"message":"Invalid geolocatio
n"} |
18 | 17 |
19 Running: testTimestampOfOverridenPosition | 18 Running: testTimestampOfOverridenPosition |
20 | 19 |
OLD | NEW |