itemengine-cypress-automation 1.0.209-graphqlStagingUpdate-7ab593a.0 → 1.0.209
Sign up to get free protection for your applications and to get access to all the features.
- package/cypress/e2e/ILC/AudioPlayerNew/barAudioPlayerStyle.js +1 -1
- package/cypress/e2e/ILC/AudioPlayerNew/standardAudioPlayerStyle.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/specifyCorrectAnswerSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/styleAndLayoutCustomization.js +22 -22
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +1 -1
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +1 -1
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +1 -1
- package/cypress/e2e/ILC/Graphing/Scoring/manuallyAndNonScoredScoring.js +1 -1
- package/cypress/e2e/ILC/Graphing/toolsControlsAndBackgroundSection.js +824 -388
- package/cypress/e2e/ILC/GridFill/allOrNothingBasicForAllViews.smoke.js +1 -1
- package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountPartialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +2 -2
- package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountPartialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +1 -1
- package/cypress/e2e/ILC/ImageHighlight/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +19 -18
- package/cypress/e2e/ILC/ImageHighlight/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +27 -26
- package/cypress/e2e/ILC/ImageHighlight/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternatePoints.js +27 -26
- package/cypress/e2e/ILC/ImageHighlight/Scoring/manuallyAndNonScored.js +10 -9
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +23 -22
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeightsScoring.js +7 -6
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +29 -28
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeigtsCorrectPointsGreaterThanAlternativePoints.js +30 -29
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +22 -21
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialEqualWeightsScoring.js +7 -6
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +27 -26
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +30 -29
- package/cypress/e2e/ILC/ImageHighlight/Scoring/singleSelectionPreviewScoring.js +21 -14
- package/cypress/e2e/ILC/ImageHighlight/allOrNothingForAllViews.smoke.js +17 -15
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -4
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -5
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -3
- package/cypress/e2e/ILC/ListOrderingNew/horizontalOrientationAllOrNothingForAllViews.smoke.js +5 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.js +16 -16
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.js +4 -2
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.js +7 -7
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.js +4 -4
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodsWithoutSetResponse.js +7 -9
- package/cypress/pages/components/correctIncorrectAnswerLabelComponent.js +4 -0
- package/cypress/pages/components/createCustomCategoryFlyout.js +4 -3
- package/cypress/pages/fillInTheGapsDragAndDropPage.js +1 -1
- package/cypress/pages/gridFillPage.js +5 -0
- package/cypress/pages/imageHighlightPage.js +2 -2
- package/cypress/pages/videoResponsePage.js +1 -1
- package/package.json +2 -2
@@ -160,7 +160,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
160
160
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
161
161
|
});
|
162
162
|
|
163
|
-
it('When the user enters a fraction value in \'Specify correct answer\' response field and then the user enters the mixed fraction which yields the same value but is not the exact form then it should be treated as
|
163
|
+
it('When the user enters a fraction value in \'Specify correct answer\' response field and then the user enters the mixed fraction which yields the same value but is not the exact form then it should be treated as correct', () => {
|
164
164
|
textEntryMathPage.steps.resetQuestionPreview();
|
165
165
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
166
166
|
equationEditorFlyout.steps.enterTextInPreviewInputField('1');
|
@@ -168,8 +168,8 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
168
168
|
equationEditorFlyout.steps.enterTextInFirstEmptyBox(['1', '3']);
|
169
169
|
equationEditorFlyout.steps.clickOnOkButton();
|
170
170
|
textEntryMathPage.steps.switchToGradingView();
|
171
|
-
textEntryMathPage.steps.
|
172
|
-
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('
|
171
|
+
textEntryMathPage.steps.verifyCorrectResponseIcon(0);
|
172
|
+
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
173
173
|
});
|
174
174
|
|
175
175
|
it('When the user enters a equation using polynomial quadratic equations in \'Specify correct answer\' and the user enters the exact same equation then it should be treated as correct', () => {
|
@@ -269,7 +269,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
269
269
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
270
270
|
});
|
271
271
|
|
272
|
-
it('When the user enters a factored equation in \'Specify correct answer\' response field and then the user enters the a different value then it should be treated as
|
272
|
+
it('When the user enters a factored equation in \'Specify correct answer\' response field and then the user enters the a different value then it should be treated as correct', () => {
|
273
273
|
textEntryMathPage.steps.resetQuestionPreview();
|
274
274
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
275
275
|
equationEditorFlyout.steps.enterTextInPreviewInputField('100000')
|
@@ -278,8 +278,8 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
278
278
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'greek', symbolName: ['varEpsilon'] }]);
|
279
279
|
equationEditorFlyout.steps.clickOnOkButton();
|
280
280
|
textEntryMathPage.steps.switchToGradingView();
|
281
|
-
textEntryMathPage.steps.
|
282
|
-
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('
|
281
|
+
textEntryMathPage.steps.verifyCorrectResponseIcon(0);
|
282
|
+
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
283
283
|
});
|
284
284
|
|
285
285
|
it('When the user enters a equation with trigonometric functions in \'Specify correct answer\' response field and then the user enters the exact same equation then it should be treated as correct', () => {
|
@@ -349,7 +349,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
349
349
|
it('When the user enters a equation using derivatives in \'Specify correct answer\' and the user enters the same equation but different format then it should be treated as correct', () => {
|
350
350
|
textEntryMathPage.steps.resetQuestionPreview();
|
351
351
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
352
|
-
equationEditorFlyout.steps.enterEquation([{ categoryName: 'calculus', symbolName: ['partialDerivative'] }, { categoryName: 'intermediate', symbolName: ['x'
|
352
|
+
equationEditorFlyout.steps.enterEquation([{ categoryName: 'calculus', symbolName: ['partialDerivative'] }, { categoryName: 'intermediate', symbolName: ['x', 'dotMultiplier'] }, { categoryName: 'intermediate', symbolName: ['x'] }]);
|
353
353
|
equationEditorFlyout.steps.clickOnOkButton();
|
354
354
|
textEntryMathPage.steps.switchToGradingView();
|
355
355
|
textEntryMathPage.steps.verifyCorrectResponseIcon(0);
|
@@ -163,7 +163,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
163
163
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
164
164
|
});
|
165
165
|
|
166
|
-
it('When the user enters a fraction value in \'Specify correct answer\' response field and then the user enters the mixed fraction which yields the same value but is not the exact form then it should be treated as
|
166
|
+
it('When the user enters a fraction value in \'Specify correct answer\' response field and then the user enters the mixed fraction which yields the same value but is not the exact form then it should be treated as correct', () => {
|
167
167
|
textEntryMathPage.steps.resetQuestionPreview();
|
168
168
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
169
169
|
equationEditorFlyout.steps.enterTextInPreviewInputField('1');
|
@@ -171,8 +171,8 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
171
171
|
equationEditorFlyout.steps.enterTextInFirstEmptyBox(['1', '3']);
|
172
172
|
equationEditorFlyout.steps.clickOnOkButton();
|
173
173
|
textEntryMathPage.steps.switchToGradingView();
|
174
|
-
textEntryMathPage.steps.
|
175
|
-
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('
|
174
|
+
textEntryMathPage.steps.verifyCorrectResponseIcon(0);
|
175
|
+
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
176
176
|
});
|
177
177
|
|
178
178
|
it('When the user enters a equation using polynomial quadratic equations in \'Specify correct answer\' and the user enters the exact same equation then it should be treated as correct', () => {
|
@@ -277,7 +277,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
277
277
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
278
278
|
equationEditorFlyout.steps.enterTextInPreviewInputField('100000')
|
279
279
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['dotMultiplier'] }]);
|
280
|
-
equationEditorFlyout.steps.enterTextInPreviewInputField('(1.3)^10
|
280
|
+
equationEditorFlyout.steps.enterTextInPreviewInputField('(1.3)^10')
|
281
281
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'greek', symbolName: ['varEpsilon'] }]);
|
282
282
|
equationEditorFlyout.steps.clickOnOkButton();
|
283
283
|
textEntryMathPage.steps.switchToGradingView();
|
@@ -202,7 +202,6 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
202
202
|
});
|
203
203
|
});
|
204
204
|
|
205
|
-
//Failing due to https://redmine.zeuslearning.com/issues/562013
|
206
205
|
describe('Evaluation methods: Expanded form', () => {
|
207
206
|
abortEarlySetup();
|
208
207
|
before(() => {
|
@@ -261,7 +260,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
261
260
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
262
261
|
});
|
263
262
|
|
264
|
-
it('When the user attempts the question using mixed fractions then it should be treated as
|
263
|
+
it('When the user attempts the question using mixed fractions then it should be treated as incorrect', () => {
|
265
264
|
textEntryMathPage.steps.resetQuestionPreview();
|
266
265
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
267
266
|
equationEditorFlyout.steps.enterTextInPreviewInputField('2');
|
@@ -269,11 +268,12 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
269
268
|
equationEditorFlyout.steps.enterTextInFirstEmptyBox(['3', '4']);
|
270
269
|
equationEditorFlyout.steps.clickOnOkButton();
|
271
270
|
textEntryMathPage.steps.switchToGradingView();
|
272
|
-
textEntryMathPage.steps.
|
273
|
-
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('
|
271
|
+
textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
|
272
|
+
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
274
273
|
});
|
275
274
|
|
276
275
|
it('When the user attempts the question using expanded quadratic expressions then it should be treated as correct', () => {
|
276
|
+
textEntryMathPage.steps.resetQuestionPreview();
|
277
277
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
278
278
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'numPad', symbolName: ['two'] }, { categoryName: 'intermediate', symbolName: ['x', 'square'] }, { categoryName: 'numPad', symbolName: ['add'] }, { categoryName: 'numPad', symbolName: ['four'] }, { categoryName: 'intermediate', symbolName: ['x'] }, { categoryName: 'numPad', symbolName: ['add', 'six'] }]);
|
279
279
|
equationEditorFlyout.steps.clickOnOkButton();
|
@@ -400,7 +400,6 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
400
400
|
});
|
401
401
|
});
|
402
402
|
|
403
|
-
//Failing due to https://redmine.zeuslearning.com/issues/562013
|
404
403
|
describe('Evaluation methods: Factored form', () => {
|
405
404
|
abortEarlySetup();
|
406
405
|
before(() => {
|
@@ -459,7 +458,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
459
458
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
460
459
|
});
|
461
460
|
|
462
|
-
it('When the user attempts the question using mixed fractions then it should be treated as
|
461
|
+
it('When the user attempts the question using mixed fractions then it should be treated as correct', () => {
|
463
462
|
textEntryMathPage.steps.resetQuestionPreview();
|
464
463
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
465
464
|
equationEditorFlyout.steps.enterTextInPreviewInputField('2');
|
@@ -467,8 +466,8 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
467
466
|
equationEditorFlyout.steps.enterTextInFirstEmptyBox(['3', '4']);
|
468
467
|
equationEditorFlyout.steps.clickOnOkButton();
|
469
468
|
textEntryMathPage.steps.switchToGradingView();
|
470
|
-
textEntryMathPage.steps.
|
471
|
-
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('
|
469
|
+
textEntryMathPage.steps.verifyCorrectResponseIcon(0);
|
470
|
+
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
472
471
|
});
|
473
472
|
|
474
473
|
it('When the user attempts the question using quadratic equation then it should be treated as incorrect', () => {
|
@@ -596,7 +595,6 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
596
595
|
});
|
597
596
|
});
|
598
597
|
|
599
|
-
//Failing due to https://redmine.zeuslearning.com/issues/562013
|
600
598
|
describe('Evaluation methods: Simplified version', () => {
|
601
599
|
abortEarlySetup();
|
602
600
|
before(() => {
|
@@ -30,6 +30,10 @@ const steps = {
|
|
30
30
|
verifyCorrectIncorrectStatusMessageNotExists: () => {
|
31
31
|
utilities.verifyElementVisibilityState(correctIncorrectAnswerLabelComponent.correctIncorrectAnswerBlock(), 'notExist');
|
32
32
|
},
|
33
|
+
|
34
|
+
verifyCorrectIncorrectStatusMessageExists: () => {
|
35
|
+
utilities.verifyElementVisibilityState(correctIncorrectAnswerLabelComponent.correctIncorrectAnswerBlock(), 'exist');
|
36
|
+
},
|
33
37
|
}
|
34
38
|
|
35
39
|
export const correctIncorrectAnswerLabelComponent = {
|
@@ -83,6 +83,7 @@ const steps = {
|
|
83
83
|
},
|
84
84
|
|
85
85
|
verifyCreateCustomCategoryAccordionLabelsAndDefaultCheckbox: () => {
|
86
|
+
const categories = [equationEditorCategoriesAndSymbols.intermediate.displayName, equationEditorCategoriesAndSymbols.primary.displayName, equationEditorCategoriesAndSymbols.general.displayName, equationEditorCategoriesAndSymbols.common.displayName, equationEditorCategoriesAndSymbols.algebra.displayName, equationEditorCategoriesAndSymbols.geo.displayName, equationEditorCategoriesAndSymbols.compare.displayName, equationEditorCategoriesAndSymbols.matrices.displayName, equationEditorCategoriesAndSymbols.setNotation.displayName, equationEditorCategoriesAndSymbols.delimiters.displayName, equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.measurement.displayName, equationEditorCategoriesAndSymbols.calculus.displayName, equationEditorCategoriesAndSymbols.otherSymbols.displayName, equationEditorCategoriesAndSymbols.greek.displayName];
|
86
87
|
createCustomCategoryFlyout.categoryAccordions()
|
87
88
|
.each(($el, index) => {
|
88
89
|
if (index !== 0) {
|
@@ -92,7 +93,7 @@ const steps = {
|
|
92
93
|
createCustomCategoryFlyout.categoryAccordionCheckbox()
|
93
94
|
.should('not.be.checked');
|
94
95
|
utilities.verifyElementVisibilityState(createCustomCategoryFlyout.categoryAccordionCheckbox(), 'exist');
|
95
|
-
utilities.verifyInnerText(createCustomCategoryFlyout.categoryAccordionLabel(), `${
|
96
|
+
utilities.verifyInnerText(createCustomCategoryFlyout.categoryAccordionLabel(), `${categories[index]}`)
|
96
97
|
});
|
97
98
|
}
|
98
99
|
createCustomCategoryFlyout.categoryAccordionLabel()
|
@@ -410,7 +411,7 @@ const tests = {
|
|
410
411
|
createCustomCategoryFlyout.steps.expandCategoryAccordion(`${equationEditorCategoriesAndSymbols[categoryName].displayName}`);
|
411
412
|
});
|
412
413
|
|
413
|
-
it(`The ${equationEditorCategoriesAndSymbols[categoryName].displayName} category accordian should display all the ${equationEditorCategoriesAndSymbols[categoryName].displayName} category Symbols.
|
414
|
+
it(`The ${equationEditorCategoriesAndSymbols[categoryName].displayName} category accordian should display all the ${equationEditorCategoriesAndSymbols[categoryName].displayName} category Symbols.By default, all the symbols should be deselected`, () => {
|
414
415
|
const symbolsArray = Object.values(equationEditorCategoriesAndSymbols[categoryName].symbols)
|
415
416
|
createCustomCategoryFlyout.categoryAccordions()
|
416
417
|
.contains(`${equationEditorCategoriesAndSymbols[categoryName].displayName}`, { matchCase: false })
|
@@ -434,7 +435,7 @@ const tests = {
|
|
434
435
|
});
|
435
436
|
|
436
437
|
it(`On clicking the expanded ${equationEditorCategoriesAndSymbols[categoryName].displayName} category accordion the category should collapse`, () => {
|
437
|
-
createCustomCategoryFlyout.steps.collapseCategoryAccordion(`${equationEditorCategoriesAndSymbols[categoryName].displayName}`);
|
438
|
+
createCustomCategoryFlyout.steps.collapseCategoryAccordion(`${equationEditorCategoriesAndSymbols[categoryName].displayName} `);
|
438
439
|
});
|
439
440
|
}
|
440
441
|
}
|
@@ -1016,7 +1016,7 @@ const tests = {
|
|
1016
1016
|
it(`When the user has removed all the options from the dropzone in the ${accordionName} accordion, \'Error: Please set a correct answer.\' error message should be thrown along with an error icon on the \'${accordionName}\' accordion`, () => {
|
1017
1017
|
fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInOptionsContainerInSpecifyCorrectAnswerSection('Petals');
|
1018
1018
|
utilities.verifyElementVisibilityState(commonComponents.errorMessage(), 'visible')
|
1019
|
-
utilities.verifyInnerText(commonComponents.errorMessage(), 'Error:
|
1019
|
+
utilities.verifyInnerText(commonComponents.errorMessage(), 'Error: Please set a correct answer.');
|
1020
1020
|
if (accordionName == 'Correct') {
|
1021
1021
|
autoScoredSpecifyCorrectAnswerSection.correctAnswerAccordion()
|
1022
1022
|
.within(() => {
|
@@ -2870,6 +2870,11 @@ const steps = {
|
|
2870
2870
|
utilities.verifyElementVisibilityState(gridFillPage.gridWrapperPreviewTab().eq(1), 'notExist');
|
2871
2871
|
},
|
2872
2872
|
|
2873
|
+
verifyCorrectAnswerSectionExists: () => {
|
2874
|
+
utilities.verifyElementVisibilityState(gridFillPage.correctAnswerLabel(), 'exist');
|
2875
|
+
utilities.verifyElementVisibilityState(gridFillPage.gridWrapperPreviewTab().eq(1), 'exist');
|
2876
|
+
},
|
2877
|
+
|
2873
2878
|
clickOnGoToGradingViewButton: () => {
|
2874
2879
|
studentViewPage.buttonGoToGradingView()
|
2875
2880
|
.click({ force: true });
|
@@ -906,7 +906,7 @@ const steps = {
|
|
906
906
|
*/
|
907
907
|
verifyCorrectHighlightRegionNotAttemptedGradingView: (index) => {
|
908
908
|
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(index), {
|
909
|
-
'stroke': css.color.correctAnswer
|
909
|
+
'stroke': css.color.correctAnswer,
|
910
910
|
});
|
911
911
|
},
|
912
912
|
|
@@ -916,7 +916,7 @@ const steps = {
|
|
916
916
|
*/
|
917
917
|
verifyIncorrectHighlightRegion: (index) => {
|
918
918
|
utilities.verifyCSS(imageHighlightPage.highlightPolygonPreviewTab().eq(index), {
|
919
|
-
'fill': css.color.
|
919
|
+
'fill': css.color.incorrectAnswer,
|
920
920
|
'stroke': css.color.incorrectAnswer
|
921
921
|
});
|
922
922
|
imageHighlightPage.highlightPreviewTab()
|
@@ -25,7 +25,7 @@ const selectors = {
|
|
25
25
|
pauseButton: () => cy.get('button[aria-label="Pause recording"]'),
|
26
26
|
stopButton: () => cy.get('button[aria-label="Stop recording"]'),
|
27
27
|
resumeButton: () => cy.get('button[aria-label="Resume recording"]'),
|
28
|
-
retakeRecordingButton: () => cy.get('[type="button"][aria-label*="Retake"]')
|
28
|
+
retakeRecordingButton: () => cy.get('[type="button"][aria-label*="Retake"]'),
|
29
29
|
playerTimer: () => cy.get('[class*="VideoRecorderstyle__PlayerTimerWrapper"]'),
|
30
30
|
playbackSpeedButton: () => cy.get('button[aria-label="Playback speed"]'),
|
31
31
|
fullScreenButton: () => cy.get('button[aria-label="Full screen"]'),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.0.209
|
3
|
+
"version": "1.0.209",
|
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
|
+
}
|