itemengine-cypress-automation 1.0.163-migrationScripts-a06df9c.0 → 1.0.163

Sign up to get free protection for your applications and to get access to all the features.
@@ -943,10 +943,10 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
943
943
  drawingResponsePage.steps.verifyCSSOfSecondaryOptionPopupOptions(0, 'rgb(0, 224, 255)');
944
944
  drawingResponsePage.steps.verifyCSSOfSecondaryOptionPopupOptions(1, 'rgb(6, 255, 172)');
945
945
  drawingResponsePage.steps.verifyCSSOfSecondaryOptionPopupOptions(2, 'rgb(255, 90, 51)');
946
- drawingResponsePage.steps.verifyCSSOfSecondaryOptionPopupOptions(3, 'rgb(119, 60, 60)');
946
+ drawingResponsePage.steps.verifyCSSOfSecondaryOptionPopupOptions(3, 'rgb(120, 60, 60)');
947
947
  drawingResponsePage.steps.verifyCSSOfSecondaryOptionPopupOptions(4, 'rgb(255, 255, 255)');
948
948
  drawingResponsePage.steps.verifyNoColorOptionFromSecondaryOptionPopup(4);
949
- drawingResponsePage.steps.verifySelectedColorBlock('rgb(119, 60, 60)');
949
+ drawingResponsePage.steps.verifySelectedColorBlock('rgb(120, 60, 60)');
950
950
  });
951
951
 
952
952
  it('CSS of color popup contents', { tags: 'css' }, () => {
@@ -469,7 +469,7 @@ const steps = {
469
469
  },
470
470
 
471
471
  verifyCorrectAnswerSectionNotExists: () => {
472
- utilities.verifyElementVisibilityState(gridQuestionCommonComponent.correctAnswersLabel(), 'notExist');
472
+ utilities.verifyElementVisibilityState(gridQuestionCommonComponent.correctAnswersSectionLabel(), 'notExist');
473
473
  },
474
474
 
475
475
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.163-migrationScripts-a06df9c.0",
3
+ "version": "1.0.163",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,4 +35,4 @@
35
35
  "node-fetch": "^3.3.2",
36
36
  "react-uuid": "^2.0.0"
37
37
  }
38
- }
38
+ }