This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Commit 6a4dc7a
fix: no longer use es6 let statement (#3963)
* Currently in Protractor v5 the Angular detection script uses ES6 features like the `let` modifier.
This can break Protractor on browsers, which doesn't support those statements.
> See https://saucelabs.com/beta/tests/275f75091dac40a0a3374d29d912caee/commands#111 parent 528338c commit 6a4dc7a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments