@redhat-developer/locators 1.1.2 → 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/index.js +1 -2
- package/out/lib/1.37.0.js +1 -0
- package/package.json +2 -2
package/out/index.js
CHANGED
|
@@ -39,10 +39,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
39
39
|
return result;
|
|
40
40
|
};
|
|
41
41
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
-
exports.getLocatorsPath =
|
|
42
|
+
exports.getLocatorsPath = getLocatorsPath;
|
|
43
43
|
const path = __importStar(require("path"));
|
|
44
44
|
function getLocatorsPath() {
|
|
45
45
|
return path.join(__dirname, 'lib');
|
|
46
46
|
}
|
|
47
|
-
exports.getLocatorsPath = getLocatorsPath;
|
|
48
47
|
//# sourceMappingURL=index.js.map
|
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.
|
|
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": "
|
|
43
|
+
"gitHead": "184a5eb785998e5956c78b3b06706bd1d3bd3557"
|
|
44
44
|
}
|