You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
chore(typings): remove ptor from gulp types (#3307)
- after investigation, variables in the namespace cannot be assigned a value
- types will require import of the classes and then setting the value from global
```
import {Browser} from 'protractor';
var browser: Browser = global['browser'];
```
- update typing tests to set the value of the type
0 commit comments