itemengine-cypress-automation 1.0.460-removeSkipsForResolvedIssues-3de49aa.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.
- package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/allOrNothingScoringForAllViews.smoke.js +1 -1
- package/cypress/e2e/ILC/ChartsLine/allOrNothingScoringForAllViews.smoke.js +1 -1
- package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +0 -2
- package/cypress/e2e/ILC/Graphing/gradingViewAndCorrectAnswerView.smoke.js +0 -1
- package/package.json +1 -1
@@ -456,7 +456,7 @@ describe('Create item page - Charts - Bar horizontal orientation: All or nothing
|
|
456
456
|
});
|
457
457
|
}
|
458
458
|
|
459
|
-
https://weldnorthed.atlassian.net/browse/IEI-6739
|
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();
|
@@ -103,7 +103,7 @@ describe('Create item page - Charts - Line: All or nothing ', () => {
|
|
103
103
|
};
|
104
104
|
|
105
105
|
//Need to remove skip once https://weldnorthed.atlassian.net/browse/IEI-6739 is resolved
|
106
|
-
it('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
|
+
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', () => {
|
107
107
|
if (view === 'Grading view') {
|
108
108
|
studentViewPage.steps.submitResponse();
|
109
109
|
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
@@ -81,7 +81,6 @@ 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
84
|
utilities.verifyInnerText(drawingResponsePage.previewTabToolbarOptionName(), toolbarOption.displayName);
|
86
85
|
drawingResponsePage.steps.verifyDisplayedSecondaryToolbarOptionsInPreviewTab(toolbarOption.secondaryToolbarOptions);
|
87
86
|
}
|
@@ -128,7 +127,6 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
128
127
|
});
|
129
128
|
|
130
129
|
if (!applitoolsConfig.APPLITOOLS_IS_DISABLED) {
|
131
|
-
// https://weldnorthed.atlassian.net/browse/IEI-5316
|
132
130
|
views.forEach((view) => {
|
133
131
|
describe(`Primary toolbar options for ${view}`, { tags: 'smoke' }, () => {
|
134
132
|
abortEarlySetup();
|
@@ -129,7 +129,6 @@ 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
132
|
it('Accessibility of grading view', { tags: 'a11y' }, () => {
|
134
133
|
cy.checkAccessibility(graphingPage.graphPreviewTab());
|
135
134
|
});
|