itemengine-cypress-automation 1.0.45 → 1.0.46
Sign up to get free protection for your applications and to get access to all the features.
- package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoringFiles/groupedOptionsAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoringFiles/groupedOptionsAllOrNothingCorrectPointsEqualToAlternatePoints.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoringFiles/standardAllOrNothingCorrectPointsEqualToAlternatePoints.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoringFiles/standardAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +1 -1
- package/package.json +1 -1
@@ -22,7 +22,7 @@ describe('Create Item page - drag and drop into categories: Preview tab scoring
|
|
22
22
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Whale', 2);
|
23
23
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Parrot', 2);
|
24
24
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Ostrich', 3);
|
25
|
-
dragAndDropIntoCategoriesPage.steps.allotPoints(
|
25
|
+
dragAndDropIntoCategoriesPage.steps.allotPoints(15);
|
26
26
|
dragAndDropIntoCategoriesPage.steps.expandAdditonalSettings();
|
27
27
|
dragAndDropIntoCategoriesPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
|
28
28
|
dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
|
@@ -22,7 +22,7 @@ describe('Create Item page - drag and drop into categories: Preview tab scoring
|
|
22
22
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Whale', 2);
|
23
23
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Parrot', 2);
|
24
24
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Ostrich', 3);
|
25
|
-
dragAndDropIntoCategoriesPage.steps.allotPoints(
|
25
|
+
dragAndDropIntoCategoriesPage.steps.allotPoints(10);
|
26
26
|
dragAndDropIntoCategoriesPage.steps.expandAdditonalSettings();
|
27
27
|
dragAndDropIntoCategoriesPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
|
28
28
|
dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
|
@@ -22,7 +22,7 @@ describe('Create Item page - drag and drop into categories: Preview tab Scoring
|
|
22
22
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Whale', 2);
|
23
23
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Parrot', 2);
|
24
24
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Ostrich', 3);
|
25
|
-
dragAndDropIntoCategoriesPage.steps.allotPoints(
|
25
|
+
dragAndDropIntoCategoriesPage.steps.allotPoints(15);
|
26
26
|
dragAndDropIntoCategoriesPage.steps.expandAdditonalSettings();
|
27
27
|
dragAndDropIntoCategoriesPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
|
28
28
|
dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
|
@@ -22,7 +22,7 @@ describe('Create Item page - drag and drop into categories: Preview tab Scoring
|
|
22
22
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Whale', 2);
|
23
23
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Parrot', 2);
|
24
24
|
dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Ostrich', 3);
|
25
|
-
dragAndDropIntoCategoriesPage.steps.allotPoints(
|
25
|
+
dragAndDropIntoCategoriesPage.steps.allotPoints(10);
|
26
26
|
dragAndDropIntoCategoriesPage.steps.expandAdditonalSettings();
|
27
27
|
dragAndDropIntoCategoriesPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
|
28
28
|
dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
|