OLD | NEW |
(Empty) | |
| 1 CONSOLE MESSAGE: line 18: PositionUnavailable |
| 2 CONSOLE MESSAGE: line 11: Latitude: -510 Longitude: 500 |
| 3 CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200 |
| 4 Tests that geolocation emulation with latitude and longitude works as expected. |
| 5 |
| 6 |
| 7 Running: setUp |
| 8 |
| 9 Running: testGeolocationUnavailable |
| 10 |
| 11 Running: testOverridenGeolocation |
| 12 |
| 13 Running: testClearOverridenGeolocation |
| 14 |
| 15 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 |
OLD | NEW |