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.
@@ -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(5);
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(5);
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(5);
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(5);
25
+ dragAndDropIntoCategoriesPage.steps.allotPoints(10);
26
26
  dragAndDropIntoCategoriesPage.steps.expandAdditonalSettings();
27
27
  dragAndDropIntoCategoriesPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
28
28
  dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {