itemengine-cypress-automation 1.0.540 → 1.0.541
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.
|
@@ -885,7 +885,7 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
|
885
885
|
'color': css.color.primaryBtn,
|
|
886
886
|
'font-size': css.fontSize.default,
|
|
887
887
|
'font-weight': css.fontWeight.regular,
|
|
888
|
-
'background-color': css.color.
|
|
888
|
+
'background-color': css.color.primaryBtnBgDrawing
|
|
889
889
|
});
|
|
890
890
|
utilities.verifyCSS(drawingResponsePage.colorPalleteCancelButton(), {
|
|
891
891
|
'color': css.color.secondaryBtn,
|
|
@@ -1060,7 +1060,7 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
|
1060
1060
|
'color': css.color.whiteText,
|
|
1061
1061
|
'font-size': css.fontSize.default,
|
|
1062
1062
|
'font-weight': css.fontWeight.regular,
|
|
1063
|
-
'background-color': css.color.
|
|
1063
|
+
'background-color': css.color.primaryBtnBgDrawing
|
|
1064
1064
|
});
|
|
1065
1065
|
utilities.verifyCSS(drawingResponsePage.colorPalleteCancelButton(), {
|
|
1066
1066
|
'color': css.color.secondaryBtn,
|
|
@@ -1236,7 +1236,7 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
|
1236
1236
|
'color': css.color.whiteText,
|
|
1237
1237
|
'font-size': css.fontSize.default,
|
|
1238
1238
|
'font-weight': css.fontWeight.regular,
|
|
1239
|
-
'background-color': css.color.
|
|
1239
|
+
'background-color': css.color.primaryBtnBgDrawing
|
|
1240
1240
|
});
|
|
1241
1241
|
utilities.verifyCSS(drawingResponsePage.colorPalleteCancelButton(), {
|
|
1242
1242
|
'color': css.color.secondaryBtn,
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"boxShadow": "rgba(82, 0, 255, 0.1)",
|
|
4
4
|
"primaryBtn": "rgb(255, 255, 255)",
|
|
5
5
|
"primaryBtnBg": "rgb(82, 0, 255)",
|
|
6
|
+
"primaryBtnBgDrawing": "rgb(68, 0, 211)",
|
|
6
7
|
"primaryBtnBorder": "rgb(0, 0, 124)",
|
|
7
8
|
"secondaryBtn": "rgb(0, 0, 124)",
|
|
8
9
|
"secondaryBtnBg": "rgb(255, 255, 255)",
|