@redhat-developer/locators 1.1.1 → 1.1.3
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.d.ts +1 -1
- package/out/lib/1.37.0.js +75 -75
- package/out/lib/1.38.0.d.ts +1 -1
- package/out/lib/1.38.0.js +3 -3
- package/out/lib/1.39.0.d.ts +1 -1
- package/out/lib/1.39.0.js +6 -6
- package/out/lib/1.40.0.d.ts +1 -1
- package/out/lib/1.40.0.js +3 -3
- package/out/lib/1.41.0.d.ts +1 -1
- package/out/lib/1.41.0.js +4 -4
- package/out/lib/1.43.0.d.ts +1 -1
- package/out/lib/1.43.0.js +4 -4
- package/out/lib/1.44.0.d.ts +1 -1
- package/out/lib/1.44.0.js +3 -3
- package/out/lib/1.45.0.d.ts +1 -1
- package/out/lib/1.45.0.js +6 -6
- package/out/lib/1.46.0.d.ts +1 -1
- package/out/lib/1.46.0.js +3 -3
- package/out/lib/1.47.0.d.ts +1 -1
- package/out/lib/1.47.0.js +3 -3
- package/out/lib/1.49.0.d.ts +1 -1
- package/out/lib/1.49.0.js +3 -3
- package/out/lib/1.50.0.d.ts +1 -1
- package/out/lib/1.50.0.js +3 -3
- package/out/lib/1.52.0.d.ts +1 -1
- package/out/lib/1.52.0.js +3 -3
- package/out/lib/1.54.0.d.ts +1 -1
- package/out/lib/1.54.0.js +3 -3
- package/out/lib/1.56.0.d.ts +1 -1
- package/out/lib/1.56.0.js +4 -4
- package/out/lib/1.57.0.d.ts +1 -1
- package/out/lib/1.57.0.js +4 -4
- package/out/lib/1.59.0.d.ts +1 -1
- package/out/lib/1.59.0.js +2 -2
- package/out/lib/1.60.0.d.ts +1 -1
- package/out/lib/1.60.0.js +3 -3
- package/out/lib/1.61.0.d.ts +1 -1
- package/out/lib/1.61.0.js +4 -4
- package/out/lib/1.66.0.d.ts +1 -1
- package/out/lib/1.66.0.js +4 -4
- package/out/lib/1.70.0.d.ts +1 -1
- package/out/lib/1.70.0.js +7 -7
- package/out/lib/1.71.0.d.ts +1 -1
- package/out/lib/1.71.0.js +5 -5
- package/out/lib/1.73.0.d.ts +1 -1
- package/out/lib/1.73.0.js +3 -3
- package/out/lib/1.74.0.d.ts +1 -1
- package/out/lib/1.74.0.js +3 -3
- package/out/lib/1.83.0.d.ts +1 -1
- package/out/lib/1.83.0.js +2 -2
- package/out/lib/1.84.0.d.ts +1 -1
- package/out/lib/1.84.0.js +3 -3
- package/out/lib/1.85.0.d.ts +1 -1
- package/out/lib/1.85.0.js +3 -3
- package/out/lib/1.87.0.d.ts +1 -1
- package/out/lib/1.87.0.js +12 -12
- package/out/lib/1.88.0.d.ts +1 -1
- package/out/lib/1.88.0.js +3 -3
- package/package.json +2 -2
package/out/lib/1.45.0.js
CHANGED
|
@@ -21,18 +21,18 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
EditorView: {
|
|
24
|
-
tabSeparator: ''
|
|
24
|
+
tabSeparator: '',
|
|
25
25
|
},
|
|
26
26
|
NotificationsCenter: {
|
|
27
27
|
clear: selenium_webdriver_1.By.className('codicon-notifications-clear-all'),
|
|
28
|
-
close: selenium_webdriver_1.By.className('codicon-notifications-hide')
|
|
28
|
+
close: selenium_webdriver_1.By.className('codicon-notifications-hide'),
|
|
29
29
|
},
|
|
30
30
|
Notification: {
|
|
31
|
-
dismiss: selenium_webdriver_1.By.className('codicon-notifications-clear')
|
|
31
|
+
dismiss: selenium_webdriver_1.By.className('codicon-notifications-clear'),
|
|
32
32
|
},
|
|
33
33
|
ScmView: {
|
|
34
|
-
more: selenium_webdriver_1.By.className('codicon-toolbar-more')
|
|
35
|
-
}
|
|
36
|
-
}
|
|
34
|
+
more: selenium_webdriver_1.By.className('codicon-toolbar-more'),
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=1.45.0.js.map
|
package/out/lib/1.46.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.46.0.js
CHANGED
|
@@ -21,8 +21,8 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
CustomTreeItem: {
|
|
24
|
-
constructor: (label) => selenium_webdriver_1.By.xpath(`.//div[@role='listitem' and .//span[text()='${label}']]`)
|
|
25
|
-
}
|
|
26
|
-
}
|
|
24
|
+
constructor: (label) => selenium_webdriver_1.By.xpath(`.//div[@role='listitem' and .//span[text()='${label}']]`),
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=1.46.0.js.map
|
package/out/lib/1.47.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.47.0.js
CHANGED
|
@@ -21,14 +21,14 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
CustomTreeItem: {
|
|
24
|
-
constructor: (label) => selenium_webdriver_1.By.xpath(`.//div[@role='treeitem' and .//span[text()='${label}']]`)
|
|
24
|
+
constructor: (label) => selenium_webdriver_1.By.xpath(`.//div[@role='treeitem' and .//span[text()='${label}']]`),
|
|
25
25
|
},
|
|
26
26
|
ScmView: {
|
|
27
27
|
changes: selenium_webdriver_1.By.xpath(`.//div[@role="treeitem" and .//div/text()="Changes"]`),
|
|
28
28
|
stagedChanges: selenium_webdriver_1.By.xpath(`.//div[@role="treeitem" and .//div/text()="Staged Changes"]`),
|
|
29
29
|
providerTitle: selenium_webdriver_1.By.className('name'),
|
|
30
30
|
providerType: selenium_webdriver_1.By.className('description'),
|
|
31
|
-
}
|
|
32
|
-
}
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=1.47.0.js.map
|
package/out/lib/1.49.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.49.0.js
CHANGED
|
@@ -21,8 +21,8 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
TerminalView: {
|
|
24
|
-
constructor: selenium_webdriver_1.By.className('terminal-outer-container')
|
|
25
|
-
}
|
|
26
|
-
}
|
|
24
|
+
constructor: selenium_webdriver_1.By.className('terminal-outer-container'),
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=1.49.0.js.map
|
package/out/lib/1.50.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.50.0.js
CHANGED
|
@@ -21,8 +21,8 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
EditorView: {
|
|
24
|
-
closeTab: selenium_webdriver_1.By.className('codicon-close')
|
|
25
|
-
}
|
|
26
|
-
}
|
|
24
|
+
closeTab: selenium_webdriver_1.By.className('codicon-close'),
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=1.50.0.js.map
|
package/out/lib/1.52.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.52.0.js
CHANGED
|
@@ -21,8 +21,8 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
DefaultTreeItem: {
|
|
24
|
-
tooltip: selenium_webdriver_1.By.className('monaco-icon-label-container')
|
|
25
|
-
}
|
|
26
|
-
}
|
|
24
|
+
tooltip: selenium_webdriver_1.By.className('monaco-icon-label-container'),
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=1.52.0.js.map
|
package/out/lib/1.54.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.54.0.js
CHANGED
|
@@ -22,8 +22,8 @@ exports.diff = {
|
|
|
22
22
|
locators: {
|
|
23
23
|
TerminalView: {
|
|
24
24
|
newTerminal: selenium_webdriver_1.By.xpath(`.//a[starts-with(@title, 'Create New Integrated Terminal')]`),
|
|
25
|
-
killTerminal: selenium_webdriver_1.By.xpath(`.//a[@title='Kill the Active Terminal Instance']`)
|
|
26
|
-
}
|
|
27
|
-
}
|
|
25
|
+
killTerminal: selenium_webdriver_1.By.xpath(`.//a[@title='Kill the Active Terminal Instance']`),
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=1.54.0.js.map
|
package/out/lib/1.56.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.56.0.js
CHANGED
|
@@ -21,11 +21,11 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
EditorView: {
|
|
24
|
-
webView: selenium_webdriver_1.By.xpath(`.//div[starts-with(@id, 'webview-editor')]`)
|
|
24
|
+
webView: selenium_webdriver_1.By.xpath(`.//div[starts-with(@id, 'webview-editor')]`),
|
|
25
25
|
},
|
|
26
26
|
TerminalView: {
|
|
27
|
-
newTerminal: selenium_webdriver_1.By.xpath(`.//a[@title='New Terminal']`)
|
|
28
|
-
}
|
|
29
|
-
}
|
|
27
|
+
newTerminal: selenium_webdriver_1.By.xpath(`.//a[@title='New Terminal']`),
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=1.56.0.js.map
|
package/out/lib/1.57.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.57.0.js
CHANGED
|
@@ -21,11 +21,11 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
EditorView: {
|
|
24
|
-
settingsEditor: selenium_webdriver_1.By.className('settings-editor')
|
|
24
|
+
settingsEditor: selenium_webdriver_1.By.className('settings-editor'),
|
|
25
25
|
},
|
|
26
26
|
TerminalView: {
|
|
27
|
-
constructor: selenium_webdriver_1.By.className('integrated-terminal')
|
|
28
|
-
}
|
|
29
|
-
}
|
|
27
|
+
constructor: selenium_webdriver_1.By.className('integrated-terminal'),
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=1.57.0.js.map
|
package/out/lib/1.59.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.59.0.js
CHANGED
package/out/lib/1.60.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.60.0.js
CHANGED
package/out/lib/1.61.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.61.0.js
CHANGED
|
@@ -21,11 +21,11 @@ const page_objects_1 = require("@redhat-developer/page-objects");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
BottomBarPanel: {
|
|
24
|
-
globalActions: page_objects_1.By.className('global-actions')
|
|
24
|
+
globalActions: page_objects_1.By.className('global-actions'),
|
|
25
25
|
},
|
|
26
26
|
DefaultTreeItem: {
|
|
27
|
-
tooltip: page_objects_1.By.className('monaco-icon-label')
|
|
28
|
-
}
|
|
29
|
-
}
|
|
27
|
+
tooltip: page_objects_1.By.className('monaco-icon-label'),
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=1.61.0.js.map
|
package/out/lib/1.66.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.66.0.js
CHANGED
|
@@ -21,12 +21,12 @@ const page_objects_1 = require("@redhat-developer/page-objects");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
ContextMenu: {
|
|
24
|
-
constructor: page_objects_1.By.className('monaco-menu')
|
|
24
|
+
constructor: page_objects_1.By.className('monaco-menu'),
|
|
25
25
|
},
|
|
26
26
|
BottomBarPanel: {
|
|
27
27
|
close: 'Close Panel',
|
|
28
|
-
closeAction: page_objects_1.By.className('codicon-panel-close')
|
|
29
|
-
}
|
|
30
|
-
}
|
|
28
|
+
closeAction: page_objects_1.By.className('codicon-panel-close'),
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
31
|
};
|
|
32
32
|
//# sourceMappingURL=1.66.0.js.map
|
package/out/lib/1.70.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.70.0.js
CHANGED
|
@@ -21,22 +21,22 @@ const page_objects_1 = require("@redhat-developer/page-objects");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
BottomBarPanel: {
|
|
24
|
-
action: (label) => page_objects_1.By.xpath(`.//li[starts-with(@title, '${label}')]`)
|
|
24
|
+
action: (label) => page_objects_1.By.xpath(`.//li[starts-with(@title, '${label}')]`),
|
|
25
25
|
},
|
|
26
26
|
ViewSection: {
|
|
27
|
-
buttonLabel: 'aria-label'
|
|
27
|
+
buttonLabel: 'aria-label',
|
|
28
28
|
},
|
|
29
29
|
ViewTitlePart: {
|
|
30
30
|
action: page_objects_1.By.className(`action-label`),
|
|
31
|
-
actionConstructor: (title) => page_objects_1.By.xpath(`.//a[@title='${title}']`)
|
|
31
|
+
actionConstructor: (title) => page_objects_1.By.xpath(`.//a[@title='${title}']`),
|
|
32
32
|
},
|
|
33
33
|
ScmView: {
|
|
34
34
|
action: page_objects_1.By.className('action-item menu-entry'),
|
|
35
|
-
actionConstructor: (title) => page_objects_1.By.xpath(`.//li[@title='${title}']`)
|
|
35
|
+
actionConstructor: (title) => page_objects_1.By.xpath(`.//li[@title='${title}']`),
|
|
36
36
|
},
|
|
37
37
|
EditorView: {
|
|
38
|
-
attribute: 'aria-label'
|
|
39
|
-
}
|
|
40
|
-
}
|
|
38
|
+
attribute: 'aria-label',
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=1.70.0.js.map
|
package/out/lib/1.71.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.71.0.js
CHANGED
|
@@ -21,14 +21,14 @@ const selenium_webdriver_1 = require("selenium-webdriver");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
EditorView: {
|
|
24
|
-
attribute: 'aria-label'
|
|
24
|
+
attribute: 'aria-label',
|
|
25
25
|
},
|
|
26
26
|
TreeItem: {
|
|
27
|
-
actionTitle: 'aria-label'
|
|
27
|
+
actionTitle: 'aria-label',
|
|
28
28
|
},
|
|
29
29
|
Input: {
|
|
30
|
-
multiSelectIndex: (index) => selenium_webdriver_1.By.xpath(`.//div[@role='checkbox' and @data-index='${index}']`)
|
|
31
|
-
}
|
|
32
|
-
}
|
|
30
|
+
multiSelectIndex: (index) => selenium_webdriver_1.By.xpath(`.//div[@role='checkbox' and @data-index='${index}']`),
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=1.71.0.js.map
|
package/out/lib/1.73.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.73.0.js
CHANGED
|
@@ -21,8 +21,8 @@ const page_objects_1 = require("@redhat-developer/page-objects");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
ProblemsView: {
|
|
24
|
-
markersFilter: page_objects_1.By.className('viewpane-filter')
|
|
25
|
-
}
|
|
26
|
-
}
|
|
24
|
+
markersFilter: page_objects_1.By.className('viewpane-filter'),
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=1.73.0.js.map
|
package/out/lib/1.74.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.74.0.js
CHANGED
package/out/lib/1.83.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.83.0.js
CHANGED
|
@@ -22,7 +22,7 @@ exports.diff = {
|
|
|
22
22
|
locators: {
|
|
23
23
|
ViewSection: {
|
|
24
24
|
actionConstructor: (label) => page_objects_1.By.xpath(`.//a[contains(@class, 'action-label') and @role='button' and @aria-label='${label}']`),
|
|
25
|
-
}
|
|
26
|
-
}
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=1.83.0.js.map
|
package/out/lib/1.84.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.84.0.js
CHANGED
|
@@ -21,8 +21,8 @@ const page_objects_1 = require("@redhat-developer/page-objects");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
BottomBarPanel: {
|
|
24
|
-
tabContainer: page_objects_1.By.className('composite-bar-container')
|
|
25
|
-
}
|
|
26
|
-
}
|
|
24
|
+
tabContainer: page_objects_1.By.className('composite-bar-container'),
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=1.84.0.js.map
|
package/out/lib/1.85.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.85.0.js
CHANGED
|
@@ -21,11 +21,11 @@ const page_objects_1 = require("@redhat-developer/page-objects");
|
|
|
21
21
|
exports.diff = {
|
|
22
22
|
locators: {
|
|
23
23
|
Workbench: {
|
|
24
|
-
notificationContainer: page_objects_1.By.className('notifications-list-container')
|
|
24
|
+
notificationContainer: page_objects_1.By.className('notifications-list-container'),
|
|
25
25
|
},
|
|
26
26
|
ViewTitlePart: {
|
|
27
|
-
actionConstructor: (title) => page_objects_1.By.xpath(`.//a[@aria-label='${title}']`)
|
|
27
|
+
actionConstructor: (title) => page_objects_1.By.xpath(`.//a[@aria-label='${title}']`),
|
|
28
28
|
},
|
|
29
|
-
}
|
|
29
|
+
},
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=1.85.0.js.map
|
package/out/lib/1.87.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.87.0.js
CHANGED
|
@@ -23,36 +23,36 @@ exports.diff = {
|
|
|
23
23
|
BottomBarPanel: {
|
|
24
24
|
close: 'Hide Panel',
|
|
25
25
|
globalActions: page_objects_1.By.className('global-actions'),
|
|
26
|
-
action: (label) => page_objects_1.By.xpath(`.//a[starts-with(@aria-label, '${label}')]`)
|
|
26
|
+
action: (label) => page_objects_1.By.xpath(`.//a[starts-with(@aria-label, '${label}')]`),
|
|
27
27
|
},
|
|
28
28
|
SettingsEditor: {
|
|
29
|
-
comboValue: 'value'
|
|
29
|
+
comboValue: 'value',
|
|
30
30
|
},
|
|
31
31
|
FindWidget: {
|
|
32
|
-
checkbox: (title) => page_objects_1.By.xpath(`.//div[@role='checkbox' and starts-with(@aria-label, "${title}")]`)
|
|
32
|
+
checkbox: (title) => page_objects_1.By.xpath(`.//div[@role='checkbox' and starts-with(@aria-label, "${title}")]`),
|
|
33
33
|
},
|
|
34
34
|
Notification: {
|
|
35
35
|
buttonConstructor: (title) => page_objects_1.By.xpath(`.//a[@role='button' and text()='${title}']`),
|
|
36
36
|
actionLabel: {
|
|
37
|
-
value: (0, page_objects_1.fromText)()
|
|
38
|
-
}
|
|
37
|
+
value: (0, page_objects_1.fromText)(),
|
|
38
|
+
},
|
|
39
39
|
},
|
|
40
40
|
ScmView: {
|
|
41
41
|
action: page_objects_1.By.className('action-label'),
|
|
42
42
|
actionConstructor: (title) => page_objects_1.By.xpath(`.//a[@aria-label='${title}']`),
|
|
43
|
-
actionLabel: 'aria-label'
|
|
43
|
+
actionLabel: 'aria-label',
|
|
44
44
|
},
|
|
45
45
|
ViewTitlePart: {
|
|
46
|
-
actionLabel: 'aria-label'
|
|
46
|
+
actionLabel: 'aria-label',
|
|
47
47
|
},
|
|
48
48
|
DefaultTreeItem: {
|
|
49
|
-
labelAttribute: 'aria-label'
|
|
49
|
+
labelAttribute: 'aria-label',
|
|
50
50
|
},
|
|
51
51
|
Dialog: {
|
|
52
52
|
buttonLabel: {
|
|
53
|
-
value: (0, page_objects_1.fromText)()
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
53
|
+
value: (0, page_objects_1.fromText)(),
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
57
|
};
|
|
58
58
|
//# sourceMappingURL=1.87.0.js.map
|
package/out/lib/1.88.0.d.ts
CHANGED
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { LocatorDiff } from
|
|
17
|
+
import { LocatorDiff } from '@redhat-developer/page-objects';
|
|
18
18
|
export declare const diff: LocatorDiff;
|
package/out/lib/1.88.0.js
CHANGED
|
@@ -22,8 +22,8 @@ exports.diff = {
|
|
|
22
22
|
locators: {
|
|
23
23
|
FindWidget: {
|
|
24
24
|
toggleReplace: page_objects_1.By.xpath(`.//div[@aria-label="Toggle Replace"]`),
|
|
25
|
-
button: (title) => page_objects_1.By.xpath(`.//div[@role='button' and starts-with(@aria-label, "${title}")]`)
|
|
26
|
-
}
|
|
27
|
-
}
|
|
25
|
+
button: (title) => page_objects_1.By.xpath(`.//div[@role='button' and starts-with(@aria-label, "${title}")]`),
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=1.88.0.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redhat-developer/locators",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
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": "d60b9bb6451e776a9ceefbaee32d9becdee5430d"
|
|
44
44
|
}
|