itemengine-cypress-automation 1.0.161 → 1.0.162
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(
|
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(
|
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.
|
472
|
+
utilities.verifyElementVisibilityState(gridQuestionCommonComponent.correctAnswersSectionLabel(), 'notExist');
|
473
473
|
},
|
474
474
|
|
475
475
|
/**
|