itemengine-cypress-automation 1.0.261-26thNovSmokeTestFixes-b536d72.0 → 1.0.261
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
|
|
@@ -58,7 +58,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
|
|
58
58
|
|
59
59
|
//Failing due to https://redmine.zeuslearning.com/issues/561708, https://redmine.zeuslearning.com/issues/561177
|
60
60
|
views.forEach((view) => {
|
61
|
-
describe
|
61
|
+
describe(`Text entry math: all or nothing scoring - ${view}`, { tags: 'smoke' }, () => {
|
62
62
|
abortEarlySetup();
|
63
63
|
before(() => {
|
64
64
|
switch (view) {
|
@@ -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
|
|