We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c5d17 commit f9ce40dCopy full SHA for f9ce40d
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 1.6.1
2
+
3
+## Bug Fixes
4
5
+- ([92c5d17](https://github.com/angular/protractor/commit/92c5d17844a2b4dc56c483ab4a65e2bf631175f9))
6
+ fix(element): test crashes when using certain locators with `fromWebElement_`
7
8
+ Protractor crashes when one uses locators with findElementsOverride (i.e. any custom protractor
9
+ locator like by.binding/repeater/etc) in map/filter/then/each/reduce
10
11
# 1.6.0
12
13
## Features
package.json
@@ -53,5 +53,5 @@
53
"start": "node testapp/scripts/web-server.js"
54
},
55
"license": "MIT",
56
- "version": "1.6.0"
+ "version": "1.6.1"
57
}
0 commit comments