itemengine-cypress-automation 1.0.268-updatedToOTKv2-f1312b2.0 → 1.0.269
Sign up to get free protection for your applications and to get access to all the features.
- package/cypress/e2e/ILC/AudioResponseNew/barRecorderStyle.smoke.js +1 -1
- package/cypress/e2e/ILC/AudioResponseNew/compactRecorderStyle.smoke.js +1 -1
- package/cypress/e2e/ILC/AudioResponseNew/previewContentsForAllViews.smoke.js +1 -2
- package/cypress/e2e/ILC/AudioResponseNew/standardRecorderStyle.smoke.js +2 -2
- package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/previewContentsForAllViews.smoke.js +1 -1
- package/cypress/e2e/ILC/ChartsBar/previewContentsForAllViews.smoke.js +2 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/previewContentsForAllViews.smoke.js +2 -2
- package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +3 -2
- package/cypress/e2e/ILC/EssayResponseBasic/gradingViewAndCorrectAnswerViewContents.smoke.js +3 -3
- package/cypress/e2e/ILC/ImageHighlight/previewContentsForAllViews.smoke.js +56 -15
- package/cypress/e2e/ILC/ListOrderingDropdown/previewContentsForAllViews.smoke.js +5 -4
- package/cypress/e2e/ILC/SingleSelection/previewContents.smoke.js +1 -1
- package/cypress/e2e/ILC/SingleSelectionGridNew/previewContentsForAllViews.smoke.js +3 -2
- package/cypress/e2e/ILC/TextEntryMath/previewContentsForAllViews.smoke.js +4 -3
- package/cypress/e2e/ILC/TextEntryMathWithImage/previewTabContentsForAllViews.smoke.js +18 -6
- package/cypress/e2e/ILC/chartsDotsPlot/previewContentsForAllViews.smoke.js +0 -6
- package/cypress/fixtures/theme/ilc.json +4 -2
- package/cypress/pages/textEntryMathPage.js +1 -1
- package/package.json +2 -2
@@ -38,7 +38,7 @@ describe('Preview of Audio response for bar audio recorder style', () => {
|
|
38
38
|
'background-color': css.color.recordingIcon
|
39
39
|
});
|
40
40
|
utilities.verifyCSS(audioResponsePage.microphoneIcon().find('path').eq(1), {
|
41
|
-
'fill': css.color.
|
41
|
+
'fill': css.color.standardMicroPhoneIcon
|
42
42
|
});
|
43
43
|
utilities.verifyCSS(audioResponsePage.allowMicrophoneAccessHelpText(), {
|
44
44
|
'color': css.color.liText,
|
@@ -69,7 +69,7 @@ describe('Preview of Audio response for compact audio recorder style', () => {
|
|
69
69
|
'background-color': css.color.micGlowAnimation
|
70
70
|
});
|
71
71
|
utilities.verifyCSS(audioResponsePage.recordingMicIcon(), {
|
72
|
-
'fill': css.color.
|
72
|
+
'fill': css.color.standardMicroPhoneIcon
|
73
73
|
});
|
74
74
|
utilities.verifyCSS(audioResponsePage.compactPreviewRecordingTimer(), {
|
75
75
|
'color': css.color.liText,
|
@@ -64,7 +64,6 @@ describe('Create item page - Audio response: Preview contents', () => {
|
|
64
64
|
it('CSS of standard recording interface in Preview tab', { tags: 'css' }, () => {
|
65
65
|
utilities.verifyCSS(audioResponsePage.standardPreviewStartRecordingButton(), {
|
66
66
|
'color': css.color.defaultBackground,
|
67
|
-
'font-size': css.fontSize.extraLarge,
|
68
67
|
'font-weight': css.fontWeight.semibold,
|
69
68
|
'border': `2px solid ${css.color.defaultBackground}`,
|
70
69
|
'background-color': css.color.recordingIcon
|
@@ -75,7 +74,7 @@ describe('Create item page - Audio response: Preview contents', () => {
|
|
75
74
|
'font-weight': css.fontWeight.regular
|
76
75
|
});
|
77
76
|
utilities.verifyCSS(audioResponsePage.microphoneIcon().find('path').eq(1), {
|
78
|
-
'fill': css.color.
|
77
|
+
'fill': css.color.standardMicroPhoneIcon
|
79
78
|
});
|
80
79
|
utilities.verifyCSS(audioResponsePage.allowMicrophoneAccessHelpText(), {
|
81
80
|
'color': css.color.liText,
|
@@ -44,7 +44,7 @@ describe('Preview of Audio response for standard audio recorder style', () => {
|
|
44
44
|
'font-weight': css.fontWeight.regular
|
45
45
|
});
|
46
46
|
utilities.verifyCSS(audioResponsePage.microphoneIcon().find('path').eq(1), {
|
47
|
-
'fill': css.color.
|
47
|
+
'fill': css.color.standardMicroPhoneIcon
|
48
48
|
});
|
49
49
|
utilities.verifyCSS(audioResponsePage.allowMicrophoneAccessHelpText(), {
|
50
50
|
'color': css.color.liText,
|
@@ -85,7 +85,7 @@ describe('Preview of Audio response for standard audio recorder style', () => {
|
|
85
85
|
audioResponsePage.steps.startRecordingStandardPreview();
|
86
86
|
audioResponsePage.steps.waitForRecordingToStartStandardPreview();
|
87
87
|
utilities.verifyCSS(audioResponsePage.recordingMicIcon(), {
|
88
|
-
'fill': css.color.
|
88
|
+
'fill': css.color.standardMicroPhoneIcon
|
89
89
|
});
|
90
90
|
utilities.verifyCSS(audioResponsePage.recordingStatusText(), {
|
91
91
|
'color': css.color.liText,
|
package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/previewContentsForAllViews.smoke.js
CHANGED
@@ -168,7 +168,7 @@ describe('Create item page: Charts - Bar horizontal orientation- Preview content
|
|
168
168
|
});
|
169
169
|
utilities.verifyCSS(chartsBarPage.barLabelHorizontalPreviewTab(), {
|
170
170
|
'color': css.color.text,
|
171
|
-
'font-size': css.fontSize.
|
171
|
+
'font-size': css.fontSize.normal,
|
172
172
|
'font-weight': css.fontWeight.semibold
|
173
173
|
});
|
174
174
|
utilities.verifyCSS(chartsBarPage.previewTabYAxisCoordinate(), {
|
@@ -174,7 +174,8 @@ describe('Create item page: Charts - Bar - Preview contents in all views', () =>
|
|
174
174
|
'font-weight': css.fontWeight.semibold
|
175
175
|
});
|
176
176
|
utilities.verifyCSS(chartsBarPage.previewTabYAxisCoordinate().parents('.value-container'), {
|
177
|
-
|
177
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-4751
|
178
|
+
// 'color': css.color.text,
|
178
179
|
'font-size': css.fontSize.default,
|
179
180
|
'font-weight': css.fontWeight.regular
|
180
181
|
});
|
@@ -189,8 +189,8 @@ describe('Create item page - Drag and drop into categories: Preview contents', (
|
|
189
189
|
}
|
190
190
|
});
|
191
191
|
|
192
|
-
//Failing due to https://
|
193
|
-
it('Accessibility of preview tab', { tags: 'a11y' }, () => {
|
192
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-4738
|
193
|
+
it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
|
194
194
|
cy.checkAccessibility(dragAndDropIntoCategoriesPage.questionInstructionsText().parents('[class*="ContentWrapper"]'));
|
195
195
|
});
|
196
196
|
});
|
@@ -120,8 +120,9 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
120
120
|
});
|
121
121
|
});
|
122
122
|
|
123
|
-
|
124
|
-
|
123
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-4733
|
124
|
+
it.skip('Accessibility of toolbar options', { tags: 'a11y' }, () => {
|
125
|
+
cy.checkAccessibility(drawingResponsePage.questionInstructionsText().parents('[class*="DrawingResponsePreviewstyles__Question"]'));
|
125
126
|
});
|
126
127
|
});
|
127
128
|
});
|
@@ -64,15 +64,15 @@ describe('Create item page - Essay response - Basic: Grading view, Correct answe
|
|
64
64
|
});
|
65
65
|
|
66
66
|
it('CSS of content in the response field', { tags: 'css' }, () => {
|
67
|
-
utilities.verifyCSS(essayResponseBasicPage.
|
67
|
+
utilities.verifyCSS(essayResponseBasicPage.gradingViewResponseField(), {
|
68
68
|
'color': css.color.text,
|
69
69
|
'font-size': css.fontSize.default,
|
70
|
-
'font-weight': css.fontWeight.
|
70
|
+
'font-weight': css.fontWeight.regular
|
71
71
|
});
|
72
72
|
});
|
73
73
|
|
74
74
|
it('Accessibility of content in the response field', { tags: 'a11y' }, () => {
|
75
|
-
cy.checkAccessibility(essayResponseBasicPage.
|
75
|
+
cy.checkAccessibility(essayResponseBasicPage.gradingViewResponseField());
|
76
76
|
});
|
77
77
|
});
|
78
78
|
}
|
@@ -145,21 +145,62 @@ describe('Create item page - Image highlight - Preview contents in all views', (
|
|
145
145
|
}
|
146
146
|
|
147
147
|
it('CSS of highlight region in preview tab in default, hover and active state', { tags: 'css' }, () => {
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
148
|
+
switch (view) {
|
149
|
+
case 'Question preview':
|
150
|
+
cy.log('Default state')
|
151
|
+
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(2), {
|
152
|
+
'color': css.color.successBtn,
|
153
|
+
'stroke': css.color.transparent,
|
154
|
+
});
|
155
|
+
cy.log('Active state')
|
156
|
+
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(1), {
|
157
|
+
'stroke': css.color.activeButtons,
|
158
|
+
});
|
159
|
+
cy.log('Hover state')
|
160
|
+
utilities.hoverOverElement(imageHighlightPage.highlightPreviewTab().eq(0))
|
161
|
+
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(0), {
|
162
|
+
'stroke': css.color.activeButtons,
|
163
|
+
});
|
164
|
+
utilities.hoverAwayFromElement();
|
165
|
+
break;
|
166
|
+
case 'Item preview':
|
167
|
+
case 'Item view':
|
168
|
+
case 'Student view':
|
169
|
+
cy.log('Default state')
|
170
|
+
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(2), {
|
171
|
+
'color': css.color.codeBlockText,
|
172
|
+
'stroke': css.color.transparent,
|
173
|
+
});
|
174
|
+
cy.log('Active state')
|
175
|
+
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(1), {
|
176
|
+
'stroke': css.color.activeButtons,
|
177
|
+
});
|
178
|
+
cy.log('Hover state')
|
179
|
+
utilities.hoverOverElement(imageHighlightPage.highlightPreviewTab().eq(0))
|
180
|
+
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(0), {
|
181
|
+
'stroke': css.color.activeButtons,
|
182
|
+
});
|
183
|
+
utilities.hoverAwayFromElement();
|
184
|
+
break;
|
185
|
+
case 'Grading view':
|
186
|
+
case 'Correct answer view':
|
187
|
+
cy.log('Default state')
|
188
|
+
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(2), {
|
189
|
+
'color': css.color.codeBlockText,
|
190
|
+
'stroke': css.color.transparent,
|
191
|
+
});
|
192
|
+
cy.log('Active state')
|
193
|
+
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(1), {
|
194
|
+
'stroke': css.color.correctAnswer,
|
195
|
+
});
|
196
|
+
cy.log('Hover state')
|
197
|
+
utilities.hoverOverElement(imageHighlightPage.highlightPreviewTab().eq(0))
|
198
|
+
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(0), {
|
199
|
+
'stroke': css.color.correctAnswer,
|
200
|
+
});
|
201
|
+
utilities.hoverAwayFromElement();
|
202
|
+
break;
|
203
|
+
}
|
163
204
|
});
|
164
205
|
|
165
206
|
it('Accessibility of preview tab highlight regions', { tags: 'a11y' }, () => {
|
@@ -174,11 +174,11 @@ describe('Create item page - List ordering - Preview contents in all views', ()
|
|
174
174
|
case 'Correct answer view':
|
175
175
|
utilities.verifyCSS(utilities.getNthElement(listOrderingPage.positionDropdownPreviewTab(), 0), {
|
176
176
|
'background-color': css.color.optionsBg,
|
177
|
-
'border': `1px solid ${css.color.
|
177
|
+
'border': `1px solid ${css.color.correctAnswer}`
|
178
178
|
});
|
179
179
|
utilities.verifyCSS(listOrderingPage.dropdownOptionWrapperGradingView(), {
|
180
|
-
'background-color': css.color.
|
181
|
-
'border': `1px solid ${css.color.
|
180
|
+
'background-color': css.color.primaryBtn,
|
181
|
+
'border': `1px solid ${css.color.correctOptionBorder}`
|
182
182
|
});
|
183
183
|
utilities.verifyCSS(utilities.getNthElement(listOrderingPage.dropdownOptionWrapperGradingView(), 3).find('.question-text-wrapper'), {
|
184
184
|
'color': css.color.text,
|
@@ -193,7 +193,8 @@ describe('Create item page - List ordering - Preview contents in all views', ()
|
|
193
193
|
}
|
194
194
|
});
|
195
195
|
|
196
|
-
|
196
|
+
//Remove skip once https://weldnorthed.atlassian.net/browse/IEI-4737 is resolved
|
197
|
+
it.skip('Accessibility of preview contents', { tags: 'a11y' }, () => {
|
197
198
|
cy.checkAccessibility(listOrderingPage.optionWrapperPreviewTab().parents('.list-ordering-draggable-container'));
|
198
199
|
});
|
199
200
|
});
|
@@ -151,7 +151,7 @@ describe('Create item page - Single selection: Preview contents', () => {
|
|
151
151
|
utilities.verifyCSS(utilities.getNthElement(singleSelectionPage.optionWrapperPreviewTab(), 1).find('[class*="radio-option"]'), {
|
152
152
|
'background-color': css.color.defaultBackground,
|
153
153
|
'color': css.color.activeButtons,
|
154
|
-
'border': `
|
154
|
+
'border': `0px none ${css.color.activeComponentBorder}`
|
155
155
|
});
|
156
156
|
break;
|
157
157
|
case 'Correct answer view':
|
@@ -170,7 +170,7 @@ describe('Create item page - Single selection grid: Preview contents', () => {
|
|
170
170
|
case 'Grading view':
|
171
171
|
case 'Correct answer view':
|
172
172
|
utilities.verifyCSS(utilities.getNthElement(singleSelectionGridPage.tableCell(), 10).find('.question-text-wrapper strong'), {
|
173
|
-
'color': css.color.
|
173
|
+
'color': css.color.text,
|
174
174
|
'font-size': css.fontSize.default,
|
175
175
|
'font-weight': css.fontWeight.bold
|
176
176
|
});
|
@@ -180,7 +180,8 @@ describe('Create item page - Single selection grid: Preview contents', () => {
|
|
180
180
|
}
|
181
181
|
});
|
182
182
|
|
183
|
-
|
183
|
+
//Remove skip once https://weldnorthed.atlassian.net/browse/IEI-4738 is resolved
|
184
|
+
it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
|
184
185
|
cy.checkAccessibility(singleSelectionGridPage.tableCell());
|
185
186
|
});
|
186
187
|
});
|
@@ -123,7 +123,7 @@ describe('Create item page - Text entry math: Preview contents', () => {
|
|
123
123
|
});
|
124
124
|
break;
|
125
125
|
case 'Grading view':
|
126
|
-
utilities.verifyCSS(utilities.getNthElement(textEntryMathPage.
|
126
|
+
utilities.verifyCSS(utilities.getNthElement(textEntryMathPage.gradingResponseFieldPreviewTab(), 0), {
|
127
127
|
'border-color': css.color.correctAnswer,
|
128
128
|
'border-style': 'dashed',
|
129
129
|
'background-color': css.color.optionsBg
|
@@ -135,7 +135,7 @@ describe('Create item page - Text entry math: Preview contents', () => {
|
|
135
135
|
});
|
136
136
|
break;
|
137
137
|
case 'Correct answer view':
|
138
|
-
utilities.verifyCSS(utilities.getNthElement(textEntryMathPage.
|
138
|
+
utilities.verifyCSS(utilities.getNthElement(textEntryMathPage.gradingResponseFieldPreviewTab(), 0), {
|
139
139
|
'color': css.color.text,
|
140
140
|
'font-size': css.fontSize.default,
|
141
141
|
'font-weight': css.fontWeight.regular,
|
@@ -146,7 +146,8 @@ describe('Create item page - Text entry math: Preview contents', () => {
|
|
146
146
|
}
|
147
147
|
});
|
148
148
|
|
149
|
-
|
149
|
+
//Remove skip once https://weldnorthed.atlassian.net/browse/IEI-4742 is resolved
|
150
|
+
it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
|
150
151
|
cy.checkAccessibility(textEntryMathPage.questionInstructionsText().parents('[class*="__ContentWrapper"]'));
|
151
152
|
});
|
152
153
|
});
|
@@ -118,6 +118,17 @@ describe('Create item page - Text entry math: Preview contents', () => {
|
|
118
118
|
it('CSS of preview contents', { tags: 'css' }, () => {
|
119
119
|
switch (view) {
|
120
120
|
case 'Question preview':
|
121
|
+
utilities.verifyCSS(utilities.getNthElement(textEntryMathWithImagePage.responseFieldPreviewTabNew(), 0), {
|
122
|
+
'border-color': css.color.activeButtons,
|
123
|
+
'border-bottom-style': 'dashed',
|
124
|
+
'background-color': css.color.optionsBg
|
125
|
+
});
|
126
|
+
utilities.verifyCSS(utilities.getNthElement(textEntryMathWithImagePage.responseFieldPreviewTab().find('span'), 0), {
|
127
|
+
'color': css.color.text,
|
128
|
+
'font-size': css.fontSize.default,
|
129
|
+
'font-weight': css.fontWeight.regular
|
130
|
+
});
|
131
|
+
break;
|
121
132
|
case 'Item preview':
|
122
133
|
case 'Item view':
|
123
134
|
case 'Item preview':
|
@@ -128,26 +139,26 @@ describe('Create item page - Text entry math: Preview contents', () => {
|
|
128
139
|
'background-color': css.color.optionsBg
|
129
140
|
});
|
130
141
|
utilities.verifyCSS(utilities.getNthElement(textEntryMathWithImagePage.responseFieldPreviewTab().find('span'), 0), {
|
131
|
-
'color': css.color.
|
142
|
+
'color': css.color.codeBlockText,
|
132
143
|
'font-size': css.fontSize.default,
|
133
144
|
'font-weight': css.fontWeight.regular
|
134
145
|
});
|
135
146
|
break;
|
136
147
|
case 'Grading view':
|
137
|
-
utilities.verifyCSS(utilities.getNthElement(textEntryMathWithImagePage.
|
148
|
+
utilities.verifyCSS(utilities.getNthElement(textEntryMathWithImagePage.gradingResponseFieldPreviewTab(), 0), {
|
138
149
|
'border-color': css.color.correctAnswer,
|
139
150
|
'border-bottom-style': 'dashed',
|
140
151
|
'background-color': css.color.optionsBg
|
141
152
|
});
|
142
153
|
utilities.verifyCSS(utilities.getNthElement(textEntryMathWithImagePage.responseFieldPreviewTab().find('span'), 0), {
|
143
|
-
'color': css.color.
|
154
|
+
'color': css.color.codeBlockText,
|
144
155
|
'font-size': css.fontSize.default,
|
145
156
|
'font-weight': css.fontWeight.regular
|
146
157
|
});
|
147
158
|
break;
|
148
159
|
case 'Correct answer view':
|
149
|
-
utilities.verifyCSS(utilities.getNthElement(textEntryMathWithImagePage.responseFieldPreviewTab().find('
|
150
|
-
'color': css.color.
|
160
|
+
utilities.verifyCSS(utilities.getNthElement(textEntryMathWithImagePage.responseFieldPreviewTab().find('span'), 0), {
|
161
|
+
'color': css.color.codeBlockText,
|
151
162
|
'font-size': css.fontSize.default,
|
152
163
|
'font-weight': css.fontWeight.regular,
|
153
164
|
});
|
@@ -157,7 +168,8 @@ describe('Create item page - Text entry math: Preview contents', () => {
|
|
157
168
|
}
|
158
169
|
});
|
159
170
|
|
160
|
-
|
171
|
+
//Remove skip once https://weldnorthed.atlassian.net/browse/IEI-4742 is resolved
|
172
|
+
it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
|
161
173
|
cy.checkAccessibility(textEntryMathWithImagePage.questionInstructionsText().parents('[class*="__ContentWrapper"]'));
|
162
174
|
});
|
163
175
|
});
|
@@ -93,12 +93,6 @@ describe('Create item page: Charts - Dot - Preview contents in all views', () =>
|
|
93
93
|
utilities.hoverAwayFromElement();
|
94
94
|
});
|
95
95
|
|
96
|
-
it('Accessibility of interactive dot column', { tags: 'a11y' }, () => {
|
97
|
-
utilities.hoverOverElement(utilities.getNthElement(chartsDotPlotPage.dotColumnPreviewTab(), 4));
|
98
|
-
cy.checkAccessibility(utilities.getNthElement(chartsDotPlotPage.dotColumnPreviewTab(), 4));
|
99
|
-
utilities.hoverAwayFromElement();
|
100
|
-
});
|
101
|
-
|
102
96
|
it('When user selects an empty dot column, tooltip with add and minus should be displayed and by default minus button should be displayed in disabled state and add button should be in enabled state', () => {
|
103
97
|
chartsDotPlotPage.steps.selectDotColumnInPreviewTab({ point: 4, min: 1, interval: 0.25 });
|
104
98
|
utilities.verifyElementVisibilityState(chartsDotPlotPage.tooltipWrapperPreviewTab(), 'visible');
|
@@ -108,7 +108,8 @@
|
|
108
108
|
"selectedEvaluationMethodContainerBg": "rgb(0, 0, 124)",
|
109
109
|
"checkboxLabel": "rgb(34, 34, 76)",
|
110
110
|
"separatorsUnselectedOption": "rgb(68, 68, 97)",
|
111
|
-
"microphoneIcon": "rgb(
|
111
|
+
"microphoneIcon": "rgb(59, 126, 255)",
|
112
|
+
"standardMicroPhoneIcon": "rgb(10, 113, 151)",
|
112
113
|
"playerButtonBorder": "rgb(107, 139, 255)",
|
113
114
|
"toggleButtonSelectedBg": "rgb(81, 0, 255)",
|
114
115
|
"UnselectedToggleButton": "rgb(68, 68, 97)",
|
@@ -153,7 +154,8 @@
|
|
153
154
|
"backgroundColorText": "rgb(122, 61, 61)",
|
154
155
|
"newFontColor": "rgb(128, 25, 0)",
|
155
156
|
"newResponseFieldColor": "rgb(119, 60, 60)",
|
156
|
-
"blackText": "rgb(0, 0, 0)"
|
157
|
+
"blackText": "rgb(0, 0, 0)",
|
158
|
+
"blackTextBoxText":"rgba(0, 0, 0, 0.38)"
|
157
159
|
},
|
158
160
|
"fontSize": {
|
159
161
|
"extraSmall": "10px",
|
@@ -132,7 +132,7 @@ const selectors = {
|
|
132
132
|
//Formula Template
|
133
133
|
layoutAccordion: () => cy.get('.custom-settings-option-wrapper .ngie-accordion-summary:visible').eq(0),
|
134
134
|
layoutAccordionExpandIcon: () => cy.get('.ngie-accordion-summary [class*="expandIconWrapper"]').eq(2),
|
135
|
-
inputFieldLayoutAccordion: () => cy.get('.equation-input-component[aria-label*="Math template"]
|
135
|
+
inputFieldLayoutAccordion: () => cy.get('.equation-input-component[aria-label*="Math template"]'),
|
136
136
|
addResponseContainerButton: () => cy.get('[type="button"][class*="ResponseContainerButton"]'),
|
137
137
|
responseFieldFormulaTemplatePreviewTab: () => cy.get('.add_response_element .mq-root-block'),
|
138
138
|
responseContainerLabel: () => cy.get('[class*="FormulaTemplatestyles__ResponseContainerWrapper"]'),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.269",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"local:untagged": "node scripts/local.mjs --env fileConfig=ilqa,theme=ilc,grepTags=-css+-a11y",
|
12
12
|
"spinnaker:untagged": "node scripts/spinnaker.mjs --env theme=ilc,grepTags=-css+-a11y",
|
13
13
|
"local:smoke": "node scripts/smokeLocal.mjs --env fileConfig=ilqa,theme=ilc,grepTags=smoke+-css+-a11y",
|
14
|
-
"spinnaker:smoke": "node scripts/smoke.mjs --env theme=ilc,grepTags=smoke
|
14
|
+
"spinnaker:smoke": "node scripts/smoke.mjs --env theme=ilc,grepTags=smoke",
|
15
15
|
"local:migration": "node scripts/migrationLocal.mjs --env theme=ilc",
|
16
16
|
"spinnaker:migration": "node scripts/migration.mjs --env theme=ilc",
|
17
17
|
"cy:ildev": "cypress open --env fileConfig=ildev",
|