itemengine-cypress-automation 1.0.464-bumpVersionInPackageJson-51e3e2f.0 → 1.0.464

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.
@@ -458,7 +458,8 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
458
458
  });
459
459
  };
460
460
 
461
- it('When the user attempts the question incorrectly for an auto scored Question with 0 points, then the incorrect Answer label and correct answer section should not be displayed', () => {
461
+ //Remove skip once https://weldnorthed.atlassian.net/browse/IEI-5822 is resolved
462
+ it.skip('When the user attempts the question incorrectly for an auto scored Question with 0 points, then the incorrect Answer label and correct answer section should not be displayed', () => {
462
463
  if (view === 'Grading view') {
463
464
  dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Bat': 0, 'Eagle': 7 });
464
465
  studentViewPage.steps.submitResponse();
@@ -515,7 +516,7 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
515
516
  utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
516
517
  studentViewPage.steps.clickOnGoToGradingViewButton();
517
518
  gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
518
- };
519
+ };
519
520
  if (view === 'Question preview' || view === 'Item preview') {
520
521
  dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
521
522
  dragAndDropIntoCategoriesPage.steps.switchToGradingView();
@@ -527,7 +528,8 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
527
528
  dragAndDropIntoCategoriesPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Bat'], ['Eagle'], ['Parrot'], ['Platypus'], ['Ostrich'], ['Whale'], ['Flying squirrel'], ['Peacock'], ['Kite']], ['1', '2', '3', '4', '5', '6', '7', '8', '9']);
528
529
  });
529
530
 
530
- it('When the user attempts the question incorrectly for a non scored Question, then the incorrect Answer label and correct answer section should not be displayed', () => {
531
+ //Remove skip once https://weldnorthed.atlassian.net/browse/IEI-5822 is resolved
532
+ it.skip('When the user attempts the question incorrectly for a non scored Question, then the incorrect Answer label and correct answer section should not be displayed', () => {
531
533
  if (view === 'Grading view') {
532
534
  dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Bat': 8, 'Eagle': 7, 'Parrot': 3, 'Platypus': 2, 'Ostrich': 8, 'Whale': 6, 'Ostrich': 0, 'Flying squirrel': 5, 'Peacock': 4, 'Kite': 1 });
533
535
  studentViewPage.steps.submitResponse();
@@ -547,7 +549,8 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
547
549
  };
548
550
  });
549
551
 
550
- it('hen the user attempts the question partially correct, then the user should be awarded 0 points and on switching to "Grading" view, correct icon should be displayed beside the correct answer responses, incorrect icon should be displayed beside incorrect answer responses, a status message with text "Your answer is incorrect" and correct answer section with all correct answers should be displayed', () => {
552
+ //Remove skip once https://weldnorthed.atlassian.net/browse/IEI-5822 is resolved
553
+ it.skip('When the user attempts the question partially correct, then the user should be awarded 0 points and on switching to "Grading" view, correct icon should be displayed beside the correct answer responses, incorrect icon should be displayed beside incorrect answer responses, a status message with text "Your answer is incorrect" and correct answer section with all correct answers should be displayed', () => {
551
554
  if (view === 'Grading view') {
552
555
  studentViewPage.steps.clearResponses();
553
556
  };
@@ -569,8 +572,9 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
569
572
  dragAndDropIntoCategoriesPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
570
573
  dragAndDropIntoCategoriesPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Bat'], ['Eagle'], ['Parrot'], ['Platypus'], ['Ostrich'], ['Whale'], ['Flying squirrel'], ['Peacock'], ['Kite']], ['1', '2', '3', '4', '5', '6', '7', '8', '9']);
571
574
  });
572
-
573
- it('When the user attempts the question correctly, and on switching to "Grading" view, non-scoring label should be displayed, correct icons should be displayed beside the correct responses, a status message with text "Your answer is correct" should be displayed and correct answer section should not be displayed', () => {
575
+
576
+ //Remove skip once https://weldnorthed.atlassian.net/browse/IEI-5822 is resolved
577
+ it.skip('When the user attempts the question correctly, and on switching to "Grading" view, non-scoring label should be displayed, correct icons should be displayed beside the correct responses, a status message with text "Your answer is correct" should be displayed and correct answer section should not be displayed', () => {
574
578
  if (view === 'Question preview' || view === 'Item preview') {
575
579
  dragAndDropIntoCategoriesPage.steps.resetQuestionPreview();
576
580
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.464-bumpVersionInPackageJson-51e3e2f.0",
3
+ "version": "1.0.464",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -52,4 +52,4 @@
52
52
  "devDependencies": {
53
53
  "@applitools/eyes-cypress": "^3.47.0"
54
54
  }
55
- }
55
+ }