itemengine-cypress-automation 1.0.459-new-task-IEI-6684-39dacf0.0 → 1.0.461-removeSkipsForResolvedIssues-4871477.0

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.
Files changed (64) hide show
  1. package/cypress/e2e/ILC/AudioResponseNew/gradingViewAndCorrectAnswerViewContents.smoke.js +2 -2
  2. package/cypress/e2e/ILC/AudioResponseNew/standardRecorderStyle.smoke.js +1 -1
  3. package/cypress/e2e/ILC/BrainingCampManipulative/gradingViewAndCorrectAnswerViewContents.smoke.js +1 -2
  4. package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/allOrNothingScoringForAllViews.smoke.js +2 -2
  5. package/cypress/e2e/ILC/ChartsBar/Scoring/addAndDeleteBarAllOrNothingScoring.js +2 -2
  6. package/cypress/e2e/ILC/ChartsBar/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +1 -1
  7. package/cypress/e2e/ILC/ChartsBar/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +1 -1
  8. package/cypress/e2e/ILC/ChartsBar/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +1 -1
  9. package/cypress/e2e/ILC/ChartsBar/Scoring/manuallyAndNonScored.js +1 -1
  10. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightBasic.js +1 -1
  11. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -1
  12. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +1 -1
  13. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -1
  14. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightBasic.js +1 -1
  15. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -1
  16. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +1 -1
  17. package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -1
  18. package/cypress/e2e/ILC/ChartsBar/Scoring/toleranceThresholdScoring.js +1 -1
  19. package/cypress/e2e/ILC/ChartsBar/allOrNothingScoringForAllViews.smoke.js +3 -4
  20. package/cypress/e2e/ILC/ChartsBar/editQuestion.smoke.js +1 -1
  21. package/cypress/e2e/ILC/ChartsLine/Scoring/addAndDeletePointAllOrNothingScoring.js +2 -2
  22. package/cypress/e2e/ILC/ChartsLine/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +1 -1
  23. package/cypress/e2e/ILC/ChartsLine/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +1 -1
  24. package/cypress/e2e/ILC/ChartsLine/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +1 -1
  25. package/cypress/e2e/ILC/ChartsLine/Scoring/manuallyAndNonScored.js +1 -1
  26. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightBasic.js +1 -1
  27. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -1
  28. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +1 -1
  29. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -1
  30. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightBasic.js +1 -1
  31. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -1
  32. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +1 -1
  33. package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -1
  34. package/cypress/e2e/ILC/ChartsLine/Scoring/toleranceThresholdScoring.js +1 -1
  35. package/cypress/e2e/ILC/ChartsLine/allOrNothingScoringForAllViews.smoke.js +2 -1
  36. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/allOrNothingBasicForAllViews.smoke.js +2 -4
  37. package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +8 -11
  38. package/cypress/e2e/ILC/FeedbackScaleNew/previewContentsForAllViews.smoke.js +4 -6
  39. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editQuestion.smoke.js +2 -4
  40. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editQuestion.smoke.js +1 -1
  41. package/cypress/e2e/ILC/Graphing/gradingViewAndCorrectAnswerView.smoke.js +2 -3
  42. package/cypress/e2e/ILC/ListOrderingNew/previewContentsForAllViews.smoke.js +1 -2
  43. package/cypress/e2e/ILC/MultipleSelection/previewContentsForAllViews.smoke.js +1 -2
  44. package/cypress/e2e/ILC/MultipleSelectionGridNew/previewContentsForAllViews.smoke.js +1 -2
  45. package/cypress/e2e/ILC/SingleSelection/previewContents.smoke.js +1 -2
  46. package/cypress/e2e/ILC/SingleSelectionGridNew/previewContentsForAllViews.smoke.js +1 -2
  47. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.smoke.js +1 -2
  48. package/cypress/e2e/ILC/TextEntryMath/previewContentsForAllViews.smoke.js +3 -6
  49. package/cypress/e2e/ILC/UploadResponse/thumbNail.smoke.js +1 -2
  50. package/cypress/e2e/ILC/chartsDotsPlot/allOrNothingForAllViews.smoke.js +2 -2
  51. package/cypress/e2e/ILC/chartsDotsPlot/scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +1 -1
  52. package/cypress/e2e/ILC/chartsDotsPlot/scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +1 -1
  53. package/cypress/e2e/ILC/chartsDotsPlot/scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +1 -1
  54. package/cypress/e2e/ILC/chartsDotsPlot/scoring/manualAndNonScoredScoring.js +1 -1
  55. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsBasic.js +1 -1
  56. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +1 -1
  57. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +1 -1
  58. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +1 -1
  59. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsBasic.js +1 -1
  60. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +1 -1
  61. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +1 -1
  62. package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +1 -1
  63. package/cypress/e2e/ILC/chartsDotsPlot/scoring/toleranceThresholdScoring.js +1 -1
  64. package/package.json +1 -1
@@ -28,7 +28,7 @@ describe('Create item page - audio response: Grading view, Correct answer view c
28
28
  cy.barsPreLoaderWait();
29
29
  audioResponsePage.steps.allotPoints(10);
30
30
  audioResponsePage.steps.addTextInQuestionInstructionsInputField('Record an audio');
31
- cy.wait(1000);
31
+ //cy.wait(1000);
32
32
  audioResponsePage.steps.clickOnSaveQuestionButton();
33
33
  utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
34
34
  //Global variable issue, not working inside before
@@ -115,7 +115,7 @@ describe('Create item page - audio response: Grading view, Correct answer view c
115
115
  cy.barsPreLoaderWait();
116
116
  audioResponsePage.steps.allotPoints(10);
117
117
  audioResponsePage.steps.addTextInQuestionInstructionsInputField('Record an audio');
118
- cy.wait(1000);
118
+ //cy.wait(1000);
119
119
  audioResponsePage.steps.clickOnSaveQuestionButton();
120
120
  utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
121
121
  //Global variable issue, not working inside before
@@ -257,7 +257,7 @@ describe('Preview of Audio response for standard audio recorder style', () => {
257
257
  it('When recording is inprogress and user has reached maximum recorder length, \'Your response has been recorded\' message should be displayed below mic icon. Retake and Play icon should be displayed along with progress bar. User should be able to view the duration of their recorded speech in minutes, displayed as \'(min:secs)\'. Volume meter should not be displayed in player', () => {
258
258
  audioResponsePage.steps.switchToEditTab();
259
259
  audioResponsePage.steps.setMaximumRecorderLength(10);
260
- cy.wait(2000);
260
+ //cy.wait(2000);
261
261
  audioResponsePage.steps.switchToPreviewTab();
262
262
  audioResponsePage.steps.startRecordingStandardPreview();
263
263
  audioResponsePage.steps.waitForRecordingToStartStandardPreview();
@@ -12,8 +12,7 @@ describe('Create item page - Brainingcamp manipulative: Grading view, Correct an
12
12
  });
13
13
 
14
14
  if (views.includes('Grading view')) {
15
- //Failing due to https://redmine.zeuslearning.com/issues/583133
16
- describe.skip('Grading view contents', { tags: 'smoke' }, () => {
15
+ describe('Grading view contents', { tags: 'smoke' }, () => {
17
16
  abortEarlySetup();
18
17
  before(() => {
19
18
  brainingCampManipulativePage.steps.navigateToCreateQuestion('brainingcamp manipulative');
@@ -106,7 +106,7 @@ describe('Create item page - Charts - Bar horizontal orientation: All or nothing
106
106
  });
107
107
  };
108
108
 
109
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
109
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
110
110
  it.skip('When the user selects \'Grading\' view without attempting the question, the correct answer should be displayed in the correct answer section graph and your answer is incorrect status message should be displayed', () => {
111
111
  if (view === 'Grading view') {
112
112
  studentViewPage.steps.submitResponse();
@@ -456,7 +456,7 @@ describe('Create item page - Charts - Bar horizontal orientation: All or nothing
456
456
  });
457
457
  }
458
458
 
459
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577716 is resolved
459
+ // Remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
460
460
  it.skip('When the user selects "Grading" view without attempting the question, non-scoring label should be displayed, correct/incorrect status message should not be displayed, correct answers section with a label "Correct answers" should be displayed with correct answers and correct/incorrect icons should not be displayed', () => {
461
461
  if (view === 'Grading view') {
462
462
  studentViewPage.steps.submitResponse();
@@ -25,7 +25,7 @@ describe('Create item page - Charts - Bar: Add and Delete bar All or nothing sco
25
25
  chartsBarPage.steps.switchToPreviewTab();
26
26
  });
27
27
 
28
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
28
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
29
29
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icons should not be displayed on bars, the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
30
30
  chartsBarPage.steps.switchToGradingView();
31
31
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -197,7 +197,7 @@ describe('Create item page - Charts - Bar: Add and Delete bar All or nothing sco
197
197
  chartsBarPage.steps.switchToPreviewTab();
198
198
  });
199
199
 
200
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
200
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
201
201
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icon should not be displayed for any bar, the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
202
202
  chartsBarPage.steps.switchToGradingView();
203
203
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -31,7 +31,7 @@ describe('Create item page - Charts - Bar: All or nothing scoring with alternati
31
31
  chartsBarPage.steps.switchToPreviewTab();
32
32
  });
33
33
 
34
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
34
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
35
35
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icon should be not be displayed for bar, the correct accordion answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
36
36
  chartsBarPage.steps.switchToGradingView();
37
37
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -31,7 +31,7 @@ describe('Create item page - Charts - Bar: All or nothing scoring with alternati
31
31
  chartsBarPage.steps.switchToPreviewTab();
32
32
  });
33
33
 
34
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
34
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
35
35
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icon should not be displayed for bar, the correct accordion answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
36
36
  chartsBarPage.steps.switchToGradingView();
37
37
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -33,7 +33,7 @@ describe('Create item page - Charts - Bar: All or nothing scoring with alternati
33
33
  chartsBarPage.steps.switchToPreviewTab();
34
34
  });
35
35
 
36
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
36
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
37
37
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icon should not be displayed for any bar, the correct accordion answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
38
38
  chartsBarPage.steps.switchToGradingView();
39
39
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -66,7 +66,7 @@ describe('Create Item page - Charts - Bar: Manually and non scored', () => {
66
66
 
67
67
  chartsBarPage.tests.verifyGradingStudentViewRadioButtonAndScoringTypeInPreviewTab('Non scored');
68
68
 
69
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
69
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
70
70
  it.skip('When the user selects \'Grading\' view without attempting the question, correct/incorrect icons should not be displayed for any bar, the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
71
71
  chartsBarPage.steps.switchToGradingView();
72
72
  chartsBarPage.steps.verifyBarCorrectIncorrectIconNotExistsInPreviewTab(0);
@@ -27,7 +27,7 @@ describe('Create item page - Charts - Bar: Partial different weights', () => {
27
27
  chartsBarPage.steps.switchToPreviewTab();
28
28
  });
29
29
 
30
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
30
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
31
31
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icons should not be displayed for any bar, the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
32
32
  chartsBarPage.steps.switchToGradingView();
33
33
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -33,7 +33,7 @@ describe('Create Item page - Charts - Bar: Partial different weights scoring wit
33
33
  chartsBarPage.steps.switchToPreviewTab();
34
34
  });
35
35
 
36
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
36
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
37
37
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
38
38
  chartsBarPage.steps.switchToGradingView();
39
39
  chartsBarPage.steps.verifyPreviewScore(0, 28);
@@ -33,7 +33,7 @@ describe('Create Item page - Charts - Bar: Partial different weights scoring wit
33
33
  chartsBarPage.steps.switchToPreviewTab();
34
34
  });
35
35
 
36
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
36
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
37
37
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
38
38
  chartsBarPage.steps.switchToGradingView();
39
39
  chartsBarPage.steps.verifyPreviewScore(0, 23);
@@ -33,7 +33,7 @@ describe('Create Item page - Charts - Bar: Partial different weights scoring wit
33
33
  chartsBarPage.steps.switchToPreviewTab();
34
34
  });
35
35
 
36
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
36
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
37
37
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
38
38
  chartsBarPage.steps.switchToGradingView();
39
39
  chartsBarPage.steps.verifyPreviewScore(0, 28);
@@ -27,7 +27,7 @@ describe('Create item page - Charts - Bar: Partial equal weights', () => {
27
27
  chartsBarPage.steps.switchToPreviewTab();
28
28
  });
29
29
 
30
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
30
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
31
31
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
32
32
  chartsBarPage.steps.switchToGradingView();
33
33
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -33,7 +33,7 @@ describe('Create item page - Charts - Bar: Partial equal weights scoring with al
33
33
  chartsBarPage.steps.switchToPreviewTab();
34
34
  });
35
35
 
36
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
36
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
37
37
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the alternate accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
38
38
  chartsBarPage.steps.switchToGradingView();
39
39
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -34,7 +34,7 @@ describe('Create item page - Charts - Bar: Partial equal weights scoring with al
34
34
  chartsBarPage.steps.switchToPreviewTab();
35
35
  });
36
36
 
37
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
37
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
38
38
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
39
39
  chartsBarPage.steps.switchToGradingView();
40
40
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -33,7 +33,7 @@ describe('Create item page - Charts - Bar: Partial equal weights scoring with al
33
33
  chartsBarPage.steps.switchToPreviewTab();
34
34
  });
35
35
 
36
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
36
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
37
37
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
38
38
  chartsBarPage.steps.switchToGradingView();
39
39
  chartsBarPage.steps.verifyPreviewScore(0, 20);
@@ -24,7 +24,7 @@ describe('Create item page - Charts - Bar : All or nothing with Tolerance/Thresh
24
24
  chartsBarPage.steps.setToleranceThresholdValue(1);
25
25
  });
26
26
 
27
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
27
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
28
28
  it.skip('When the user selects \'Grading\' view without attempting the question,the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
29
29
  chartsBarPage.steps.switchToPreviewTab();
30
30
  chartsBarPage.steps.switchToGradingView();
@@ -112,7 +112,7 @@ describe('Create item page - Charts - Bar: All or nothing ', () => {
112
112
  });
113
113
  };
114
114
 
115
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
115
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
116
116
  it.skip('When the user selects \'Grading\' view without attempting the question, the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
117
117
  if (view === 'Grading view') {
118
118
  studentViewPage.steps.submitResponse();
@@ -464,7 +464,7 @@ describe('Create item page - Charts - Bar: All or nothing ', () => {
464
464
  });
465
465
  }
466
466
 
467
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577716 is resolved.
467
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved.
468
468
  it.skip('When the user selects "Grading" view without attempting the question, non-scoring label should be displayed, correct/incorrect status message should not be displayed, correct answers section with a label "Correct answers" should be displayed with correct answers and correct/incorrect icons should not be displayed', () => {
469
469
  if (view === 'Grading view') {
470
470
  studentViewPage.steps.submitResponse();
@@ -645,8 +645,7 @@ describe('Create item page - Charts - Bar: All or nothing ', () => {
645
645
  chartsBarPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
646
646
  });
647
647
 
648
- //Remove the skip once https://redmine.zeuslearning.com/issues/578629 is resolved
649
- it.skip('When the user selects \'Award minimum score only if attempted\' from the minimum scoring dropdown, does not attempt the question and switches to grading view, then the user should be awarded with 0 points', () => {
648
+ it('When the user selects \'Award minimum score only if attempted\' from the minimum scoring dropdown, does not attempt the question and switches to grading view, then the user should be awarded with 0 points', () => {
650
649
  chartsBarPage.steps.switchToEditTab();
651
650
  chartsBarPage.steps.expandMinimumScoringDropdown();
652
651
  chartsBarPage.steps.selectOptionFromMinimumScoringDropdown('Award minimum score only if attempted');
@@ -51,7 +51,7 @@ describe('Edit item - Charts - Bar', () => {
51
51
  it('User should be able to edit New bar label, Max bar count and add bars and save the question', () => {
52
52
  chartsBarPage.steps.editItem();
53
53
  chartsBarPage.steps.selectAddBarOrPointToolbarOption();
54
- chartsBarPage.steps.setMaxBarCountValue(2);
54
+ chartsBarPage.steps.setMaxBarCountValue(3);
55
55
  chartsBarPage.steps.updateNewBarLabelInputFieldValue('Day');
56
56
  cy.wait(500);
57
57
  utilities.scrollIntoView(chartsBarPage.selectChartTypeChartToolsAddBarOrPointButton());
@@ -26,7 +26,7 @@ describe('Create item page - Charts - Line: Add and Delete point All or nothing
26
26
  chartsLinePage.steps.switchToPreviewTab();
27
27
  });
28
28
 
29
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
29
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
30
30
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
31
31
  chartsLinePage.steps.switchToGradingView();
32
32
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -199,7 +199,7 @@ describe('Create item page - Charts - Line: Add and Delete point All or nothing
199
199
  chartsLinePage.steps.switchToPreviewTab();
200
200
  });
201
201
 
202
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
202
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
203
203
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, incorrect icon should be displayed for incorrect graph, the correct answer should be displayed in the correct answer section graph and your answer is incorrect status message should be displayed', () => {
204
204
  chartsLinePage.steps.switchToGradingView();
205
205
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -32,7 +32,7 @@ describe('Create item page - Charts - Line: All or nothing scoring with alternat
32
32
  chartsLinePage.steps.switchToPreviewTab();
33
33
  });
34
34
 
35
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
35
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
36
36
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icons should not be displayed, the alternate accordion answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
37
37
  chartsLinePage.steps.switchToGradingView();
38
38
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -32,7 +32,7 @@ describe('Create item page - Charts - Line: All or nothing scoring with alternat
32
32
  chartsLinePage.steps.switchToPreviewTab();
33
33
  });
34
34
 
35
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
35
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
36
36
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icons should not be displayed, the correct accordion answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
37
37
  chartsLinePage.steps.switchToGradingView();
38
38
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -34,7 +34,7 @@ describe('Create item page - Charts - Point: All or nothing scoring with alterna
34
34
  chartsLinePage.steps.switchToPreviewTab();
35
35
  });
36
36
 
37
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
37
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
38
38
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icons should not be displayed, the correct accordion answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
39
39
  chartsLinePage.steps.switchToGradingView();
40
40
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -65,7 +65,7 @@ describe('Create Item page - Charts - Line: Manually and non scored', () => {
65
65
 
66
66
  chartsLinePage.tests.verifyGradingStudentViewRadioButtonAndScoringTypeInPreviewTab('Non scored');
67
67
 
68
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
68
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
69
69
  it.skip('When the user selects \'Grading\' view without attempting the question, correct/incorrect icons should not be displayed for any bar, the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
70
70
  chartsLinePage.steps.switchToGradingView();
71
71
  chartsLinePage.steps.verifyPointCorrectIncorrectIconNotExistsInPreviewTab(0);
@@ -28,7 +28,7 @@ describe('Create item page - Charts - Line: Partial different weights', () => {
28
28
  chartsLinePage.steps.switchToPreviewTab();
29
29
  });
30
30
 
31
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
31
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
32
32
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icons should not be displayed, the correct accordion answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
33
33
  chartsLinePage.steps.switchToGradingView();
34
34
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -34,7 +34,7 @@ describe('Create Item page - Charts - Line : Partial different weights scoring w
34
34
  chartsLinePage.steps.switchToPreviewTab();
35
35
  });
36
36
 
37
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
37
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
38
38
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
39
39
  chartsLinePage.steps.switchToGradingView();
40
40
  chartsLinePage.steps.verifyPreviewScore(0, 28);
@@ -34,7 +34,7 @@ describe('Create Item page - Charts - Line: Partial different weights scoring wi
34
34
  chartsLinePage.steps.switchToPreviewTab();
35
35
  });
36
36
 
37
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
37
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
38
38
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
39
39
  chartsLinePage.steps.switchToGradingView();
40
40
  chartsLinePage.steps.verifyPreviewScore(0, 23);
@@ -34,7 +34,7 @@ describe('Create Item page - Charts - Line: Partial different weights scoring wi
34
34
  chartsLinePage.steps.switchToPreviewTab();
35
35
  });
36
36
 
37
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
37
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
38
38
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
39
39
  chartsLinePage.steps.switchToGradingView();
40
40
  chartsLinePage.steps.verifyPreviewScore(0, 28);
@@ -29,7 +29,7 @@ describe('Create item page - Charts - Line: Partial equal weights', () => {
29
29
  });
30
30
 
31
31
 
32
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
32
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
33
33
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct/incorrect icons should not be displayed, the correct accordion answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
34
34
  chartsLinePage.steps.switchToGradingView();
35
35
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -33,7 +33,7 @@ describe('Create item page - Charts - Point: Partial equal weights scoring with
33
33
  chartsLinePage.steps.switchToPreviewTab();
34
34
  });
35
35
 
36
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
36
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
37
37
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the alternate accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
38
38
  chartsLinePage.steps.switchToGradingView();
39
39
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -34,7 +34,7 @@ describe('Create item page - Charts - Line: Partial equal weights scoring with a
34
34
  chartsLinePage.steps.switchToPreviewTab();
35
35
  });
36
36
 
37
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
37
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
38
38
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
39
39
  chartsLinePage.steps.switchToGradingView();
40
40
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -34,7 +34,7 @@ describe('Create item page - Charts - Line: Partial equal weights scoring with a
34
34
  chartsLinePage.steps.switchToPreviewTab();
35
35
  });
36
36
 
37
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
37
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
38
38
  it.skip('When the user selects \'Grading\' view without attempting the question, then user should be provided with 0 points, correct icon should be displayed for bar set to correct by default, incorrect icon should be displayed for incorrect graph, the correct accordion answer should be displayed in the correct answer section graph and incorrect status message should be displayed', () => {
39
39
  chartsLinePage.steps.switchToGradingView();
40
40
  chartsLinePage.steps.verifyPreviewScore(0, 20);
@@ -25,7 +25,7 @@ describe('Create item page - Charts - Line : All or nothing with Tolerance/Thres
25
25
  chartsLinePage.steps.setToleranceThresholdValue(1);
26
26
  });
27
27
 
28
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 , https://redmine.zeuslearning.com/issues/577716 is resolved
28
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
29
29
  it.skip('When the user selects \'Grading\' view without attempting the question,the correct answer should be displayed in the correct answer section graph and your answer is incorrect status message should be displayed', () => {
30
30
  chartsLinePage.steps.switchToPreviewTab();
31
31
  chartsLinePage.steps.switchToGradingView();
@@ -101,7 +101,8 @@ describe('Create item page - Charts - Line: All or nothing ', () => {
101
101
  itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
102
102
  });
103
103
  };
104
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
104
+
105
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
105
106
  it.skip('When the user selects \'Grading\' view without attempting the question, the correct answer should be displayed in the correct answer section graph and correct/incorrect status message should not be displayed', () => {
106
107
  if (view === 'Grading view') {
107
108
  studentViewPage.steps.submitResponse();
@@ -423,8 +423,7 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
423
423
  };
424
424
 
425
425
  views.forEach((view) => {
426
- //Failing due to https://weldnorthed.atlassian.net/browse/IEI-5151
427
- describe.skip(`${view}: Drag and drop into categories - Auto Scored with 0 points`, { tags: 'smoke' }, () => {
426
+ describe(`${view}: Drag and drop into categories - Auto Scored with 0 points`, { tags: 'smoke' }, () => {
428
427
  abortEarlySetup();
429
428
  before(() => {
430
429
  switch (view) {
@@ -472,8 +471,7 @@ describe('Create item page - Drag and drop into categories: All or nothing ', ()
472
471
  })
473
472
 
474
473
  views.forEach((view) => {
475
- //Failing due to https://weldnorthed.atlassian.net/browse/IEI-5151
476
- describe.skip(`${view}: Drag and drop into categories - Non Scored`, { tags: 'smoke' }, () => {
474
+ describe(`${view}: Drag and drop into categories - Non Scored`, { tags: 'smoke' }, () => {
477
475
  abortEarlySetup();
478
476
  before(() => {
479
477
  switch (view) {
@@ -81,9 +81,8 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
81
81
  drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions.forEach((toolbarOption) => {
82
82
  if (toolbarOption.secondaryToolbarOptions !== undefined) {
83
83
  drawingResponsePage.steps.selectPreviewTabToolbarOption(toolbarOption.displayName);
84
- //Remove comment below once https://redmine.zeuslearning.com/issues/571543 is resolved
85
- // utilities.verifyInnerText(drawingResponsePage.previewTabToolbarOptionName(), toolbarOption.displayName);
86
- // drawingResponsePage.steps.verifyDisplayedSecondaryToolbarOptionsInPreviewTab(toolbarOption.secondaryToolbarOptions);
84
+ utilities.verifyInnerText(drawingResponsePage.previewTabToolbarOptionName(), toolbarOption.displayName);
85
+ drawingResponsePage.steps.verifyDisplayedSecondaryToolbarOptionsInPreviewTab(toolbarOption.secondaryToolbarOptions);
87
86
  }
88
87
  //Verifying that secondary toolbar options are not displayed for other toolbar options
89
88
  else if (toolbarOption.toolType === 'tool') {
@@ -121,15 +120,13 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
121
120
  });
122
121
  });
123
122
 
124
- //Failing due to https://weldnorthed.atlassian.net/browse/IEI-4733
125
- it.skip('Accessibility of toolbar options', { tags: 'a11y' }, () => {
123
+ it('Accessibility of toolbar options', { tags: 'a11y' }, () => {
126
124
  cy.checkAccessibility(drawingResponsePage.questionInstructionsText().parents('[class*="DrawingResponsePreviewstyles__Question"]'));
127
125
  });
128
126
  });
129
127
  });
130
128
 
131
129
  if (!applitoolsConfig.APPLITOOLS_IS_DISABLED) {
132
- // https://weldnorthed.atlassian.net/browse/IEI-5316
133
130
  views.forEach((view) => {
134
131
  describe(`Primary toolbar options for ${view}`, { tags: 'smoke' }, () => {
135
132
  abortEarlySetup();
@@ -615,8 +612,7 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
615
612
  });
616
613
  });
617
614
 
618
- //Failing due to https://weldnorthed.atlassian.net/browse/IEI-4733
619
- it.skip('Accessibility of secondary toolbar options', { tags: 'a11y' }, () => {
615
+ it('Accessibility of secondary toolbar options', { tags: 'a11y' }, () => {
620
616
  cy.checkAccessibility(drawingResponsePage.previewTabSecondaryToolbarOption().parents('.drawing-tool__secondary-toolbar'));
621
617
  });
622
618
 
@@ -1078,8 +1074,7 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
1078
1074
  //drawingResponsePage.tests.checkAccessibilityForSecondaryToolbarOptionPopup();
1079
1075
  });
1080
1076
 
1081
- //Remove skip once https://redmine.zeuslearning.com/issues/571543 is resolved
1082
- describe.skip('Preview tab - secondary toolbar options - \'Stroke color\' - content and functionality', { tags: 'smoke' }, () => {
1077
+ describe('Preview tab - secondary toolbar options - \'Stroke color\' - content and functionality', { tags: 'smoke' }, () => {
1083
1078
  abortEarlySetup();
1084
1079
  before(() => {
1085
1080
  drawingResponsePage.steps.navigateToCreateQuestion('Drawing Response');
@@ -1141,6 +1136,7 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
1141
1136
 
1142
1137
  it(`When \'Stroke color picker\' additional option is selected in edit tab, then in preview tab the ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[9].secondaryToolbarOptions[1]} secondary toolbar option popup should display color picker and its related components`, () => {
1143
1138
  drawingResponsePage.steps.switchToEditTab();
1139
+ drawingResponsePage.steps.expandCustomizeToolbarOptionsAndControlsAccordion();
1144
1140
  drawingResponsePage.steps.selectOptionsTiles([`${drawingToolbarOptionsAndAdditionalOptions.additionalOptions[4]}`]);
1145
1141
  drawingResponsePage.steps.switchToPreviewTab();
1146
1142
  drawingResponsePage.steps.selectPreviewTabToolbarOption(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[9].displayName);
@@ -1250,7 +1246,8 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
1250
1246
  });
1251
1247
  });
1252
1248
 
1253
- drawingResponsePage.tests.checkAccessibilityForSecondaryToolbarOptionPopup();
1249
+ //Uncomment the line below one https://weldnorthed.atlassian.net/browse/IEI-6752 is resolved.
1250
+ //drawingResponsePage.tests.checkAccessibilityForSecondaryToolbarOptionPopup();
1254
1251
  });
1255
1252
 
1256
1253
  describe('Preview tab - secondary toolbar options - \'Line type\' - content and functionality', { tags: 'smoke' }, () => {
@@ -45,7 +45,7 @@ describe('Create item page: Feedback scale - Preview tab contents in all views f
45
45
  feedbackScalePage.steps.addLegendText(1, optionsContentForTextLayout[1].legendText);
46
46
  feedbackScalePage.steps.expandOptionAccordion(2);
47
47
  feedbackScalePage.steps.addLegendText(2, optionsContentForTextLayout[2].legendText);
48
- cy.wait(2000);
48
+ //cy.wait(2000);
49
49
  feedbackScalePage.steps.switchToPreviewTab();
50
50
  break;
51
51
  case 'Item view':
@@ -59,7 +59,7 @@ describe('Create item page: Feedback scale - Preview tab contents in all views f
59
59
  cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
60
60
  break;
61
61
  case 'Grading view':
62
- cy.wait(5000);
62
+ //cy.wait(5000);
63
63
  cy.visit(`/item-engine/demo/render-item/grading-view/${utilities.base64Encoding(itemReferenceID)}`);
64
64
  break;
65
65
  default:
@@ -105,8 +105,7 @@ describe('Create item page: Feedback scale - Preview tab contents in all views f
105
105
  });
106
106
  });
107
107
 
108
- //Failing due to ⁠https://weldnorthed.atlassian.net/browse/IEI-4736
109
- it.skip('Accessibility of feedback buttons - unselected state', { tags: 'a11y' }, () => {
108
+ it('Accessibility of feedback buttons - unselected state', { tags: 'a11y' }, () => {
110
109
  cy.checkAccessibility(feedbackScalePage.feedbackButton().parents('[class*="question-preview-wrapper"]'));
111
110
  });
112
111
  }
@@ -219,8 +218,7 @@ describe('Create item page: Feedback scale - Preview tab contents in all views f
219
218
  }
220
219
  });
221
220
 
222
- //Failing due to ⁠https://weldnorthed.atlassian.net/browse/IEI-4736
223
- it.skip('Accessibility of feedback buttons - selected state', { tags: 'a11y' }, () => {
221
+ it('Accessibility of feedback buttons - selected state', { tags: 'a11y' }, () => {
224
222
  cy.checkAccessibility(feedbackScalePage.feedbackButton().parents('[class*="question-preview-wrapper"]'));
225
223
  });
226
224
  });
@@ -68,8 +68,7 @@ describe('Edit item - fill in the gaps with dropdown', () => {
68
68
  });
69
69
  });
70
70
 
71
- //https://weldnorthed.atlassian.net/browse/IEI-4752
72
- describe('Edit fill in the gaps with dropdown question - manual to autoscored', () => {
71
+ describe('Edit fill in the gaps with dropdown question - manual to autoscored', { tags: 'smoke' }, () => {
73
72
  abortEarlySetup();
74
73
  before(() => {
75
74
  fillInTheGapsDropdownPage.steps.navigateToCreateQuestion('fill in the gaps with dropdown');
@@ -92,8 +91,7 @@ describe('Edit item - fill in the gaps with dropdown', () => {
92
91
  });
93
92
  });
94
93
 
95
- //https://weldnorthed.atlassian.net/browse/IEI-6059
96
- describe('Fill in the gaps with dropdown question - equality sign functionality', () => {
94
+ describe('Fill in the gaps with dropdown question - equality sign functionality', { tags: 'smoke' }, () => {
97
95
  abortEarlySetup();
98
96
  before(() => {
99
97
  fillInTheGapsDropdownPage.steps.navigateToCreateQuestion('fill in the gaps with dropdown');
@@ -73,7 +73,7 @@ describe('Edit item - ', () => {
73
73
  });
74
74
 
75
75
  //https://weldnorthed.atlassian.net/browse/IEI-6059
76
- describe('Fill in the gaps with dropdown question - equality sign functionality', () => {
76
+ describe('Fill in the gaps with dropdown question - equality sign functionality', { tags: 'smoke' }, () => {
77
77
  abortEarlySetup();
78
78
  before(() => {
79
79
  fillInTheGapsOverImageDropdownPage.steps.navigateToCreateQuestion('fill in the gaps over image with dropdown');
@@ -129,8 +129,7 @@ describe('Create item page - Graphing: Grading view, Correct answer view content
129
129
  });
130
130
  });
131
131
 
132
- //Failing due to https://weldnorthed.atlassian.net/browse/IEI-4805
133
- it.skip('Accessibility of grading view', { tags: 'a11y' }, () => {
132
+ it('Accessibility of grading view', { tags: 'a11y' }, () => {
134
133
  cy.checkAccessibility(graphingPage.graphPreviewTab());
135
134
  });
136
135
  });
@@ -206,7 +205,7 @@ describe('Create item page - Graphing: Grading view, Correct answer view content
206
205
  });
207
206
 
208
207
  //Failing due to https://weldnorthed.atlassian.net/browse/IEI-4805
209
- it.skip('Accessibility of correct answer section', { tags: 'a11y' }, () => {
208
+ it('Accessibility of correct answer section', { tags: 'a11y' }, () => {
210
209
  cy.checkAccessibility(graphingPage.graphPreviewTab());
211
210
  });
212
211
  });
@@ -177,8 +177,7 @@ describe('Create item page - List ordering - Preview contents in all views', ()
177
177
  }
178
178
  });
179
179
 
180
- //Failing due to https://weldnorthed.atlassian.net/browse/IEI-4737
181
- it.skip('Accessibility of preview contents', { tags: 'a11y' }, () => {
180
+ it('Accessibility of preview contents', { tags: 'a11y' }, () => {
182
181
  cy.checkAccessibility(listOrderingPage.optionWrapperPreviewTab().parents('[class*="question-preview-wrapper"]'));
183
182
  });
184
183
  });
@@ -176,8 +176,7 @@ describe('Create item page - Multiple selection: Preview contents', () => {
176
176
  }
177
177
  });
178
178
 
179
- //Remove skip once https://weldnorthed.atlassian.net/browse/IEI-4738 is resolved
180
- it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
179
+ it('Accessibility of preview tab', { tags: 'a11y' }, () => {
181
180
  cy.checkAccessibility(multipleSelectionPage.questionInstructionsText().parents('[class*="ContentWrapper"]'));
182
181
  });
183
182
  });
@@ -221,8 +221,7 @@ describe('Create item page - Multiple selection grid: Preview contents', () => {
221
221
  });
222
222
  }
223
223
 
224
- //Failing due to https://weldnorthed.atlassian.net/browse/IEI-4738
225
- it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
224
+ it('Accessibility of preview tab', { tags: 'a11y' }, () => {
226
225
  cy.checkAccessibility(multipleSelectionGridPage.tableCell());
227
226
  });
228
227
  });
@@ -175,8 +175,7 @@ describe('Create item page - Single selection: Preview contents', () => {
175
175
  }
176
176
  });
177
177
 
178
- //Need to remove comment once https://weldnorthed.atlassian.net/browse/IEI-4738 is resolved
179
- it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
178
+ it('Accessibility of preview tab', { tags: 'a11y' }, () => {
180
179
  cy.checkAccessibility(singleSelectionPage.questionInstructionsText().parents('[class*="ContentWrapper"]'));
181
180
  });
182
181
  });
@@ -220,8 +220,7 @@ describe('Create item page - Single selection grid: Preview contents', () => {
220
220
  });
221
221
  }
222
222
 
223
- //Remove skip once https://weldnorthed.atlassian.net/browse/IEI-4738 is resolved
224
- it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
223
+ it('Accessibility of preview tab', { tags: 'a11y' }, () => {
225
224
  cy.checkAccessibility(singleSelectionGridPage.tableCell());
226
225
  });
227
226
  });
@@ -37,8 +37,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
37
37
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
38
38
  });
39
39
 
40
- //Failing due to https://weldnorthed.atlassian.net/browse/IEI-4727
41
- it.skip('When the user enters a equation using decimals in \'Specify correct answer\' section and answers the question which yields the same result but using appropriate symbols then it should be treated as correct', () => {
40
+ it('When the user enters a equation using decimals in \'Specify correct answer\' section and answers the question which yields the same result but using appropriate symbols then it should be treated as correct', () => {
42
41
  textEntryMathPage.steps.resetQuestionPreview();
43
42
  textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
44
43
  equationEditorFlyout.steps.enterEquation([{ categoryName: 'numPad', symbolName: ['two', 'multiply', 'seven', 'multiply'] }, { categoryName: 'greek', symbolName: ['pi'] }]);
@@ -28,11 +28,9 @@ describe('Create item page - Text entry math: Preview contents', () => {
28
28
  switch (view) {
29
29
  case 'Question preview':
30
30
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
31
- //Question instrunctions does not load causing unnecessary failures hence skipped
32
- /*utilities.scrollIntoView(textEntryMathPage.questionInstructionsInputField());
33
- cy.wait(5000);
31
+ utilities.scrollIntoView(textEntryMathPage.questionInstructionsInputField());
34
32
  cy.barsPreLoaderWait();
35
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');*/
33
+ textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field')
36
34
  textEntryMathPage.steps.allotPoints(10);
37
35
  textEntryMathPage.steps.addResponseArea();
38
36
  textEntryMathPage.steps.addResponseArea();
@@ -158,8 +156,7 @@ describe('Create item page - Text entry math: Preview contents', () => {
158
156
  }
159
157
  });
160
158
 
161
- //Remove skip once https://weldnorthed.atlassian.net/browse/IEI-4742 is resolved
162
- it.skip('Accessibility of preview tab', { tags: 'a11y' }, () => {
159
+ it('Accessibility of preview tab', { tags: 'a11y' }, () => {
163
160
  cy.checkAccessibility(textEntryMathPage.questionInstructionsText().parents('[class*="__ContentWrapper"]'));
164
161
  });
165
162
  });
@@ -82,8 +82,7 @@ describe('Create item page - Upload response : Preview contents', () => {
82
82
  });
83
83
  });
84
84
 
85
- //Failed due to https://weldnorthed.atlassian.net/browse/IEI-4343
86
- it.skip('Accessibility of Preview tab', { tags: 'a11y' }, () => {
85
+ it('Accessibility of Preview tab', { tags: 'a11y' }, () => {
87
86
  cy.checkAccessibility(uploadResponsePage.questionWrapperPreviewTab());
88
87
  });
89
88
 
@@ -115,7 +115,7 @@ describe('Create Item page - Charts - Dot: All or nothing ', () => {
115
115
  });
116
116
  };
117
117
 
118
- //Note: Remove comment after https://redmine.zeuslearning.com/issues/570904 is resolved
118
+ //Note: Remove comment after https://weldnorthed.atlassian.net/browse/IEI-6740 is resolved
119
119
  it.skip(`${view} - Charts Dot - When the user selects \'Grading\' view without attempting the question, then by default correct dot column should have correct icons, incorrect dot column should have incorrect icons, the correct answer should be displayed in the correct answer section number line axis and correct/incorrect status message should not be displayed`, () => {
120
120
  if (view === 'Grading view') {
121
121
  studentViewPage.steps.submitResponse();
@@ -512,7 +512,7 @@ describe('Create Item page - Charts - Dot: All or nothing ', () => {
512
512
  });
513
513
  }
514
514
 
515
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577716 is resolved
515
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6740 is resolved
516
516
  it.skip('When the user selects "Grading" view without attempting the question, non-scoring label should be displayed, correct/incorrect status message should not be displayed, correct answers section with a label "Correct answers" should be displayed with correct answers and correct/incorrect icons should not be displayed', () => {
517
517
  if (view === 'Grading view') {
518
518
  studentViewPage.steps.submitResponse();
@@ -36,7 +36,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with alternative
36
36
  chartsDotPlotPage.steps.switchToPreviewTab();
37
37
  });
38
38
 
39
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
39
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
40
40
  it.skip('When the user selects \'Grading\' view without attempting the question, dot columns should not have correct/incorrect icon, correct answer section should be displayed with correct answers from alternate accordion and correct/incorrect status message should not be displayed', () => {
41
41
  chartsDotPlotPage.steps.switchToGradingView();
42
42
  chartsDotPlotPage.steps.verifyLockedDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
@@ -36,7 +36,7 @@ describe('Create item page - Charts-Dot plot : All or nothing with alternative a
36
36
  chartsDotPlotPage.steps.switchToPreviewTab();
37
37
  });
38
38
 
39
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
39
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
40
40
  it.skip('When the user selects \'Grading\' view without attempting the question, dot columns should not have correct/incorrect icon, correct answer section should be displayed with correct answers from correct accordion and correct/incorrect status message should not be displayed', () => {
41
41
  chartsDotPlotPage.steps.switchToGradingView();
42
42
  chartsDotPlotPage.steps.verifyLockedDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
@@ -39,7 +39,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with alternative
39
39
  chartsDotPlotPage.steps.switchToPreviewTab();
40
40
  });
41
41
 
42
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
42
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
43
43
  it.skip('When the user selects \'Grading\' view without attempting the question, dot columns should not have correct/incorrect icon, correct answer section should be displayed with correct answers from correct accordion and correct/incorrect status message should not be displayed', () => {
44
44
  chartsDotPlotPage.steps.switchToGradingView();
45
45
  chartsDotPlotPage.steps.verifyLockedDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
@@ -74,7 +74,7 @@ describe('Create Item page - Charts - Dot plot: Manually and non scored', () =>
74
74
 
75
75
  chartsDotPlotPage.tests.verifyGradingStudentViewRadioButtonAndScoringTypeInPreviewTab('Non scored');
76
76
 
77
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535, https://redmine.zeuslearning.com/issues/577716 is resolved
77
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
78
78
  it.skip('When the user selects \'Grading\' view without attempting the question, dot columns should not have correct/incorrect icon, correct answer section should be displayed with correct answers and correct/incorrect status message should not be displayed', () => {
79
79
  chartsDotPlotPage.steps.switchToGradingView();
80
80
  chartsDotPlotPage.steps.verifyLockedDotColumnPreviewTab({ point: 1, min: 1, interval: 1 });
@@ -32,7 +32,7 @@ describe('Create item page - Charts - Dot plot: Partial equal weights', () => {
32
32
  chartsDotPlotPage.steps.switchToPreviewTab();
33
33
  });
34
34
 
35
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
35
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
36
36
  it.skip('When the user selects \'Grading\' view without attempting the question, then correct icon should be displayed in dot column set correctly by default, incorrect icon should be displayed in dot column set to incorrectly by default, correct answer should be displayed in the correct answer section and correct/incorrect status message should not be displayed', () => {
37
37
  chartsDotPlotPage.steps.verifyPreviewScore(0, 18);
38
38
  chartsDotPlotPage.steps.switchToGradingView();
@@ -38,7 +38,7 @@ describe('Create item page - Charts - Dot plot: Partial different weights', () =
38
38
  chartsDotPlotPage.steps.switchToPreviewTab();
39
39
  });
40
40
 
41
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
41
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
42
42
  it.skip('When the user selects \'Grading\' view without attempting the question, locked bar should not have icon, incorrect dot columns should have incorrect icons, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the alternate accordion', () => {
43
43
  chartsDotPlotPage.steps.switchToGradingView();
44
44
  //preview chart
@@ -35,7 +35,7 @@ describe('Create item page - Charts - Dot plot: Partial different with alternati
35
35
  chartsDotPlotPage.steps.switchToPreviewTab();
36
36
  });
37
37
 
38
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
38
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
39
39
  it.skip('When the user selects \'Grading\' view without attempting the question, locked bar should not have correct/incorrect icon, correct icon should be displayed in dot column set correctly by default, incorrect icon should be displayed in dot column set incorrectly by default, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion', () => {
40
40
  chartsDotPlotPage.steps.switchToGradingView();
41
41
  //preview chart
@@ -36,7 +36,7 @@ describe('Create item page - Charts - Dot plot: Partial different with alternati
36
36
  chartsDotPlotPage.steps.switchToPreviewTab();
37
37
  });
38
38
 
39
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
39
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
40
40
  it.skip('When the user selects \'Grading\' view without attempting the question, locked bar should not have icon, correct icon should be displayed in dot column set correctly by default, incorrect icon should be displayed in dot column set to incorrectly by default and label \'Correct answers\' should be displayed with correct answers from the correct accordion and correct/incorrect status message should not be displayed', () => {
41
41
  chartsDotPlotPage.steps.switchToGradingView();
42
42
  //preview chart
@@ -35,7 +35,7 @@ describe('Create item page - Charts - Dot plot: Partial equal weights', () => {
35
35
  chartsDotPlotPage.steps.switchToPreviewTab();
36
36
  });
37
37
 
38
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
38
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
39
39
  it.skip('When the user selects \'Grading\' view without attempting the question, then correct icon should be displayed in dot column set correctly by default, incorrect icon should be displayed in dot column set to incorrectly by default, correct answer should be displayed in the correct answer section and correct/incorrect status message should not be displayed', () => {
40
40
  chartsDotPlotPage.steps.verifyPreviewScore(0, 23);
41
41
  chartsDotPlotPage.steps.switchToGradingView();
@@ -38,7 +38,7 @@ describe('Create item page - Charts - Dot plot: Partial different weights', () =
38
38
  chartsDotPlotPage.steps.switchToPreviewTab();
39
39
  });
40
40
 
41
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
41
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
42
42
  it.skip('When the user selects \'Grading\' view without attempting the question, locked bar should not have icon, incorrect dot columns should have incorrect icons, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the alternate accordion', () => {
43
43
  chartsDotPlotPage.steps.switchToGradingView();
44
44
  //preview chart
@@ -36,7 +36,7 @@ describe('Create item page - Charts - Dot plot: Partial equal with alternative a
36
36
  chartsDotPlotPage.steps.switchToPreviewTab();
37
37
  });
38
38
 
39
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
39
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
40
40
  it.skip('When the user selects \'Grading\' view without attempting the question, locked bar should not have correct/incorrect icon, correct icon should be displayed in dot column set correctly by default, incorrect icon should be displayed in dot column set incorrectly by default, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion', () => {
41
41
  chartsDotPlotPage.steps.switchToGradingView();
42
42
  //preview chart
@@ -37,7 +37,7 @@ describe('Create item page - Charts - Dot plot: Partial equal with alternative a
37
37
  chartsDotPlotPage.steps.switchToPreviewTab();
38
38
  });
39
39
 
40
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
40
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
41
41
  it.skip('When the user selects \'Grading\' view without attempting the question, locked bar should not have icon, correct icon should be displayed in dot column set correctly by default, incorrect icon should be displayed in dot column set to incorrectly by default and label \'Correct answers\' should be displayed with correct answers from the correct accordion and correct/incorrect status message should not be displayed', () => {
42
42
  chartsDotPlotPage.steps.switchToGradingView();
43
43
  //preview chart
@@ -29,7 +29,7 @@ describe('Create item page - Charts - Dot plot : All or nothing with Tolerance/T
29
29
  chartsDotPlotPage.steps.setToleranceThresholdValue(1);
30
30
  });
31
31
 
32
- //Need to remove skip once https://redmine.zeuslearning.com/issues/577535 is resolved
32
+ //Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
33
33
  it.skip('When the user selects \'Grading\' view without attempting the question, incorrect icons should be displayed in incorrect dot column and locked column should not have correct/incorrect icon in grading view', () => {
34
34
  chartsDotPlotPage.steps.switchToPreviewTab();
35
35
  chartsDotPlotPage.steps.switchToGradingView();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.459-new-task-IEI-6684-39dacf0.0",
3
+ "version": "1.0.461-removeSkipsForResolvedIssues-4871477.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {