itemengine-cypress-automation 1.0.444-increaseRetriesCountToTwoInConfigFile-48d4c01.0 → 1.0.444
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.
@@ -2489,7 +2489,7 @@ const tests = {
|
|
2489
2489
|
editedSentenceStarters.forEach((label, index) => {
|
2490
2490
|
utilities.verifyInnerText(utilities.getNthElement(thinkSpherePage.chooseStartersListOptionLabels(), index), label);
|
2491
2491
|
});
|
2492
|
-
utilities.
|
2492
|
+
utilities.pressEscapeKey();
|
2493
2493
|
});
|
2494
2494
|
|
2495
2495
|
it('When user select unselect the strategies and sentence starers, then the changes should be saved successfully and selected strategies and sentence starers should get displayed in preview side', () => {
|
@@ -2516,7 +2516,7 @@ const tests = {
|
|
2516
2516
|
selectSentenceStarters.forEach((label, index) => {
|
2517
2517
|
utilities.verifyInnerText(utilities.getNthElement(thinkSpherePage.chooseStartersListOptionLabels(), index), label);
|
2518
2518
|
});
|
2519
|
-
utilities.
|
2519
|
+
utilities.pressEscapeKey();
|
2520
2520
|
});
|
2521
2521
|
},
|
2522
2522
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.0.444
|
3
|
+
"version": "1.0.444",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -52,4 +52,4 @@
|
|
52
52
|
"devDependencies": {
|
53
53
|
"@applitools/eyes-cypress": "^3.47.0"
|
54
54
|
}
|
55
|
-
}
|
55
|
+
}
|