itemengine-cypress-automation 1.0.451-IEI-6713-temValidationTests-956be11.0 → 1.0.452-IEI-6713-temValidationTests-aa65d47.0
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.
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchExact.smoke.js +6 -6
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.smoke.js +6 -6
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.smoke.js +7 -7
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.smoke.js +8 -9
- package/package.json +1 -1
@@ -512,7 +512,7 @@ describe('Create item page - Text entry math: Match exact evaluation method', ()
|
|
512
512
|
});
|
513
513
|
|
514
514
|
//RCA - https://weldnorthed.atlassian.net/browse/IEI-6314
|
515
|
-
it('When the user enters
|
515
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in preview tab then the answer should be treated as correct', () => {
|
516
516
|
textEntryMathPage.steps.switchToEditTab();
|
517
517
|
textEntryMathPage.steps.expandAndFocusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
|
518
518
|
equationEditorFlyout.steps.clearAll();
|
@@ -529,7 +529,7 @@ describe('Create item page - Text entry math: Match exact evaluation method', ()
|
|
529
529
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
530
530
|
});
|
531
531
|
|
532
|
-
it('When the user enters
|
532
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters only numerator part of the expression then the answer should be treated as incorrect', () => {
|
533
533
|
textEntryMathPage.steps.resetQuestionPreview();
|
534
534
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
535
535
|
equationEditorFlyout.steps.enterTextInPreviewInputField('20+9.75x');
|
@@ -539,7 +539,7 @@ describe('Create item page - Text entry math: Match exact evaluation method', ()
|
|
539
539
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
540
540
|
});
|
541
541
|
|
542
|
-
it('When the user enters
|
542
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as incorrect', () => {
|
543
543
|
textEntryMathPage.steps.resetQuestionPreview();
|
544
544
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
545
545
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
@@ -551,7 +551,7 @@ describe('Create item page - Text entry math: Match exact evaluation method', ()
|
|
551
551
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
552
552
|
});
|
553
553
|
|
554
|
-
it('When the user enters
|
554
|
+
it('When the user enters a fractional expression with multiple terms (three) in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as correct', () => {
|
555
555
|
textEntryMathPage.steps.switchToEditTab();
|
556
556
|
textEntryMathPage.steps.expandAndFocusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
|
557
557
|
equationEditorFlyout.steps.clearAll();
|
@@ -568,7 +568,7 @@ describe('Create item page - Text entry math: Match exact evaluation method', ()
|
|
568
568
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
569
569
|
});
|
570
570
|
|
571
|
-
it('When the user enters
|
571
|
+
it('When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters only numerator part of the expression then the answer should be treated as incorrect', () => {
|
572
572
|
textEntryMathPage.steps.resetQuestionPreview();
|
573
573
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
574
574
|
equationEditorFlyout.steps.enterTextInPreviewInputField('20+9.75x+45y');
|
@@ -578,7 +578,7 @@ describe('Create item page - Text entry math: Match exact evaluation method', ()
|
|
578
578
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
579
579
|
});
|
580
580
|
|
581
|
-
it('When the user enters
|
581
|
+
it('When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as incorrect', () => {
|
582
582
|
textEntryMathPage.steps.resetQuestionPreview();
|
583
583
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
584
584
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
@@ -866,7 +866,7 @@ describe('Create item page - Text entry math: Match value evaluation method', ()
|
|
866
866
|
});
|
867
867
|
|
868
868
|
//RCA - https://weldnorthed.atlassian.net/browse/IEI-6314
|
869
|
-
it('When the user enters
|
869
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in preview tab then the answer should be treated as correct', () => {
|
870
870
|
textEntryMathPage.steps.switchToEditTab();
|
871
871
|
textEntryMathPage.steps.expandAndFocusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
|
872
872
|
equationEditorFlyout.steps.clearAll();
|
@@ -885,7 +885,7 @@ describe('Create item page - Text entry math: Match value evaluation method', ()
|
|
885
885
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
886
886
|
});
|
887
887
|
|
888
|
-
it('When the user enters
|
888
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters only numerator part of the expression then the answer should be treated as incorrect', () => {
|
889
889
|
textEntryMathPage.steps.resetQuestionPreview();
|
890
890
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
891
891
|
equationEditorFlyout.steps.enterTextInPreviewInputField('20+9.75x');
|
@@ -895,7 +895,7 @@ describe('Create item page - Text entry math: Match value evaluation method', ()
|
|
895
895
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
896
896
|
});
|
897
897
|
|
898
|
-
it('When the user enters
|
898
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as incorrect', () => {
|
899
899
|
textEntryMathPage.steps.resetQuestionPreview();
|
900
900
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
901
901
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
@@ -907,7 +907,7 @@ describe('Create item page - Text entry math: Match value evaluation method', ()
|
|
907
907
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
908
908
|
});
|
909
909
|
|
910
|
-
it('When the user enters
|
910
|
+
it('When the user enters a fractional expression with multiple terms (three) in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as correct', () => {
|
911
911
|
textEntryMathPage.steps.switchToEditTab();
|
912
912
|
textEntryMathPage.steps.expandAndFocusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
|
913
913
|
equationEditorFlyout.steps.clearAll();
|
@@ -924,7 +924,7 @@ describe('Create item page - Text entry math: Match value evaluation method', ()
|
|
924
924
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
925
925
|
});
|
926
926
|
|
927
|
-
it('When the user enters
|
927
|
+
it('When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters only numerator part of the expression then the answer should be treated as incorrect', () => {
|
928
928
|
textEntryMathPage.steps.resetQuestionPreview();
|
929
929
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
930
930
|
equationEditorFlyout.steps.enterTextInPreviewInputField('20+9.75x+45y');
|
@@ -934,7 +934,7 @@ describe('Create item page - Text entry math: Match value evaluation method', ()
|
|
934
934
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
935
935
|
});
|
936
936
|
|
937
|
-
it('When the user enters
|
937
|
+
it('When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as incorrect', () => {
|
938
938
|
textEntryMathPage.steps.resetQuestionPreview();
|
939
939
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
940
940
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
@@ -1160,7 +1160,7 @@ describe('Create item page - Text entry math: Symbols are equivalent evaluation
|
|
1160
1160
|
});
|
1161
1161
|
|
1162
1162
|
//RCA - https://weldnorthed.atlassian.net/browse/IEI-6314 Remove the skipped cases once the issue is resolved.
|
1163
|
-
it('When the user enters
|
1163
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in preview tab then the answer should be treated as correct', () => {
|
1164
1164
|
textEntryMathPage.steps.switchToEditTab();
|
1165
1165
|
textEntryMathPage.steps.expandAndFocusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
|
1166
1166
|
equationEditorFlyout.steps.clearAll();
|
@@ -1178,7 +1178,7 @@ describe('Create item page - Text entry math: Symbols are equivalent evaluation
|
|
1178
1178
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
1179
1179
|
});
|
1180
1180
|
|
1181
|
-
it.skip('When the user enters
|
1181
|
+
it.skip('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters only numerator part of the expression then the answer should be treated as incorrect', () => {
|
1182
1182
|
textEntryMathPage.steps.resetQuestionPreview();
|
1183
1183
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
1184
1184
|
equationEditorFlyout.steps.enterTextInPreviewInputField('20+9.75x');
|
@@ -1188,7 +1188,7 @@ describe('Create item page - Text entry math: Symbols are equivalent evaluation
|
|
1188
1188
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
1189
1189
|
});
|
1190
1190
|
|
1191
|
-
it('When the user enters
|
1191
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as correct', () => {
|
1192
1192
|
textEntryMathPage.steps.resetQuestionPreview();
|
1193
1193
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
1194
1194
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
@@ -1199,8 +1199,8 @@ describe('Create item page - Text entry math: Symbols are equivalent evaluation
|
|
1199
1199
|
textEntryMathPage.steps.verifyCorrectResponseIcon(0);
|
1200
1200
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
1201
1201
|
});
|
1202
|
-
|
1203
|
-
it('When the user enters
|
1202
|
+
|
1203
|
+
it('When the user enters a fractional expression with multiple terms (three) in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as correct', () => {
|
1204
1204
|
textEntryMathPage.steps.switchToEditTab();
|
1205
1205
|
textEntryMathPage.steps.expandAndFocusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
|
1206
1206
|
equationEditorFlyout.steps.clearAll();
|
@@ -1217,7 +1217,7 @@ describe('Create item page - Text entry math: Symbols are equivalent evaluation
|
|
1217
1217
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
1218
1218
|
});
|
1219
1219
|
|
1220
|
-
it.skip('When the user enters
|
1220
|
+
it.skip('When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters only numerator part of the expression then the answer should be treated as incorrect', () => {
|
1221
1221
|
textEntryMathPage.steps.resetQuestionPreview();
|
1222
1222
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
1223
1223
|
equationEditorFlyout.steps.enterTextInPreviewInputField('20+9.75x+45y');
|
@@ -1227,7 +1227,7 @@ describe('Create item page - Text entry math: Symbols are equivalent evaluation
|
|
1227
1227
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
1228
1228
|
});
|
1229
1229
|
|
1230
|
-
it('When the user enters
|
1230
|
+
it('When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as correct', () => {
|
1231
1231
|
textEntryMathPage.steps.resetQuestionPreview();
|
1232
1232
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
1233
1233
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
@@ -697,14 +697,13 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
697
697
|
});
|
698
698
|
|
699
699
|
//RCA - https://weldnorthed.atlassian.net/browse/IEI-6314
|
700
|
-
it('When the user enters
|
700
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in preview tab then the answer should be treated as correct', () => {
|
701
701
|
textEntryMathPage.steps.switchToEditTab();
|
702
702
|
textEntryMathPage.steps.expandAndFocusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
|
703
703
|
equationEditorFlyout.steps.clearAll();
|
704
704
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
705
705
|
equationEditorFlyout.steps.enterTextInFirstEmptyBox(['x', '20+9.75x']);
|
706
706
|
equationEditorFlyout.steps.clickOnOkButton();
|
707
|
-
//textEntryMathPage.steps.clickOnCustomSettingsAccordion();
|
708
707
|
textEntryMathPage.steps.switchToPreviewTab();
|
709
708
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
710
709
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
@@ -715,7 +714,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
715
714
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
716
715
|
});
|
717
716
|
|
718
|
-
it('When the user enters
|
717
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters only numerator part of the expression then the answer should be treated as incorrect', () => {
|
719
718
|
textEntryMathPage.steps.resetQuestionPreview();
|
720
719
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
721
720
|
equationEditorFlyout.steps.enterTextInPreviewInputField('20+9.75x');
|
@@ -725,7 +724,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
725
724
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
726
725
|
});
|
727
726
|
|
728
|
-
it('When the user enters
|
727
|
+
it('When the user enters a fractional expression with multiple terms in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as correct', () => {
|
729
728
|
textEntryMathPage.steps.resetQuestionPreview();
|
730
729
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
731
730
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
@@ -737,7 +736,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
737
736
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
738
737
|
});
|
739
738
|
|
740
|
-
it('When the user enters
|
739
|
+
it('When the user enters a fractional expression with multiple terms (three) in the numerator with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as correct', () => {
|
741
740
|
textEntryMathPage.steps.switchToEditTab();
|
742
741
|
textEntryMathPage.steps.expandAndFocusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
|
743
742
|
equationEditorFlyout.steps.clearAll();
|
@@ -754,7 +753,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
754
753
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
755
754
|
});
|
756
755
|
|
757
|
-
it('When the user enters
|
756
|
+
it('When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters only numerator part of the expression then the answer should be treated as incorrect', () => {
|
758
757
|
textEntryMathPage.steps.resetQuestionPreview();
|
759
758
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
760
759
|
equationEditorFlyout.steps.enterTextInPreviewInputField('20+9.75x+45y');
|
@@ -764,7 +763,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
764
763
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
765
764
|
});
|
766
765
|
|
767
|
-
it('When the user enters
|
766
|
+
it('When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters the same expression in other form then the answer should be treated as correct', () => {
|
768
767
|
textEntryMathPage.steps.resetQuestionPreview();
|
769
768
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
770
769
|
equationEditorFlyout.steps.enterEquation([{ categoryName: 'intermediate', symbolName: ['fraction'] }]);
|
@@ -778,7 +777,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
778
777
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
779
778
|
});
|
780
779
|
|
781
|
-
it("When the user enters
|
780
|
+
it("When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters the same expression with the custom setting 'Interpret alphabets as variables' then the answer should be treated as correct", () => {
|
782
781
|
textEntryMathPage.steps.switchToEditTab();
|
783
782
|
textEntryMathPage.steps.checkCustomSettingsCheckbox('Interpret alphabets as variables');
|
784
783
|
textEntryMathPage.steps.switchToPreviewTab();
|
@@ -795,7 +794,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
795
794
|
textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
796
795
|
});
|
797
796
|
|
798
|
-
it.skip("When the user enters
|
797
|
+
it.skip("When the user enters a fractional expression with multiple terms in the numerator (three) with variables in \'Specify correct answer\' response field and then enters only numerator part of the expression with the custom setting 'Interpret alphabets as variables' then the answer should be treated as incorrect", () => {
|
799
798
|
textEntryMathPage.steps.resetQuestionPreview();
|
800
799
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
801
800
|
equationEditorFlyout.steps.enterTextInPreviewInputField('20+9.75x+45y');
|