@redhat-developer/locators 1.1.3 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/out/lib/1.37.0.js CHANGED
@@ -117,6 +117,7 @@ const editor = {
117
117
  actionContainer: selenium_webdriver_1.By.className('editor-actions'),
118
118
  actionItem: selenium_webdriver_1.By.className('action-label'),
119
119
  attribute: 'title',
120
+ dropdown: 'aria-haspopup',
120
121
  },
121
122
  Editor: {
122
123
  constructor: selenium_webdriver_1.By.className('editor-instance'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-developer/locators",
3
- "version": "1.1.3",
3
+ "version": "1.2.0",
4
4
  "description": "Pluggable Page Objects locators for an ExTester framework.",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -40,5 +40,5 @@
40
40
  "@redhat-developer/page-objects": ">=1.0.0",
41
41
  "selenium-webdriver": ">=4.6.1"
42
42
  },
43
- "gitHead": "d60b9bb6451e776a9ceefbaee32d9becdee5430d"
43
+ "gitHead": "184a5eb785998e5956c78b3b06706bd1d3bd3557"
44
44
  }