itemengine-cypress-automation 1.0.418 → 1.0.420-fixesForFlakySmokeFiles23July-1fdfb0a.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.
@@ -336,7 +336,7 @@ describe('Create item page: Charts - Line - Preview contents in all views', () =
|
|
336
336
|
});
|
337
337
|
|
338
338
|
//Point labels
|
339
|
-
it('When user updates a point label, then the undo and reset button should be displayed in enabled state', () => {
|
339
|
+
it('When user updates a point label, then the undo and reset button should be displayed in enabled state',{ retries: { runMode: 1, openMode: 0 } }, () => {
|
340
340
|
chartsLinePage.steps.editPointLabelInPreviewTab(0, 'Edited point 1');
|
341
341
|
utilities.verifyElementNotDisabled(chartsLinePage.previewTabToolsUndoButton());
|
342
342
|
utilities.verifyElementNotDisabled(chartsLinePage.previewTabToolsResetButton());
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.420-fixesForFlakySmokeFiles23July-1fdfb0a.0",
|
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
|
+
}
|