itemengine-cypress-automation 1.0.269-updatedCSSfixes-a8b6147.0 → 1.0.270-updatedCSSfixes-d820dc2.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
|
|
22
22
|
textEntryMathPage.steps.addResponseArea();
|
23
23
|
textEntryMathPage.steps.addResponseArea();
|
24
24
|
textEntryMathPage.steps.expandAdditionalSettings();
|
25
|
-
|
25
|
+
textEntryMathPage.steps.selectModalVisibilityTypeButton();
|
26
26
|
textEntryMathPage.steps.switchToPreviewTab();
|
27
27
|
});
|
28
28
|
|
@@ -82,7 +82,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
|
|
82
82
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(2);
|
83
83
|
equationEditorFlyout.steps.enterEquationUsingPiSymbol();
|
84
84
|
textEntryMathPage.steps.expandAdditionalSettings();
|
85
|
-
|
85
|
+
textEntryMathPage.steps.selectModalVisibilityTypeButton();
|
86
86
|
textEntryMathPage.steps.switchToPreviewTab();
|
87
87
|
break;
|
88
88
|
case 'Item preview':
|
@@ -285,7 +285,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
|
|
285
285
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(2);
|
286
286
|
equationEditorFlyout.steps.enterEquationUsingPiSymbol();
|
287
287
|
textEntryMathPage.steps.expandAdditionalSettings();
|
288
|
-
|
288
|
+
textEntryMathPage.steps.selectModalVisibilityTypeButton();
|
289
289
|
textEntryMathPage.steps.allotPoints(20);
|
290
290
|
});
|
291
291
|
|