itemengine-cypress-automation 1.0.250-30SeptUpdates-a6d872b.0 → 1.0.250
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.
@@ -133,7 +133,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
|
|
133
133
|
textEntryMathWithImagePage.steps.verifyPreviewScore(0, 20);
|
134
134
|
}
|
135
135
|
textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
|
136
|
-
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['
|
136
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
|
137
137
|
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
|
138
138
|
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
|
139
139
|
textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(0);
|
@@ -166,7 +166,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
|
|
166
166
|
textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(1);
|
167
167
|
textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(2);
|
168
168
|
textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
|
169
|
-
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['
|
169
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
|
170
170
|
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
|
171
171
|
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
|
172
172
|
textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
@@ -198,7 +198,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
|
|
198
198
|
textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(1);
|
199
199
|
textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(2);
|
200
200
|
textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
|
201
|
-
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['
|
201
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
|
202
202
|
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
|
203
203
|
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
|
204
204
|
textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
@@ -227,7 +227,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
|
|
227
227
|
textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(1);
|
228
228
|
textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(2);
|
229
229
|
textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
|
230
|
-
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['
|
230
|
+
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
|
231
231
|
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
|
232
232
|
textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
|
233
233
|
textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
@@ -167,7 +167,7 @@ const steps = {
|
|
167
167
|
*/
|
168
168
|
editYAxisLabelInPreviewTab: (text) => {
|
169
169
|
barAndLineChartComponent.steps.clickOnYAxisLabelButtonInPreviewTab();
|
170
|
-
|
170
|
+
chartsCommonComponent.steps.addInputToChartLabelPopupInputField(text);
|
171
171
|
chartsCommonComponent.steps.saveGraphLabelPopup();
|
172
172
|
},
|
173
173
|
|