itemengine-cypress-automation 1.0.379-IEI-5744-eb36bb7.0 → 1.0.379-IEI-5744-1e6d850.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.
@@ -240,7 +240,6 @@ describe('Create question page - Essay Response: Edit category', () => {
|
|
240
240
|
editCategoryFlyout.steps.openEditCategoryFlyout();
|
241
241
|
utilities.verifyElementDisabled(editCategoryFlyout.buttonReset());
|
242
242
|
editCategoryFlyout.steps.verifyCategoryCharacterNotSelected(`${equationEditorCategoriesAndSymbols.general.symbols.dollar.ariaLabel}`)
|
243
|
-
editCategoryFlyout.steps.verifyCategoryCharacterNotSelected(`${equationEditorCategoriesAndSymbols.general.symbols.dollar.ariaLabel}`)
|
244
243
|
});
|
245
244
|
});
|
246
245
|
|
@@ -266,7 +266,6 @@ describe('Create question page - Essay Response: Edit category', () => {
|
|
266
266
|
editCategoryFlyout.steps.openEditCategoryFlyout();
|
267
267
|
utilities.verifyElementDisabled(editCategoryFlyout.buttonReset());
|
268
268
|
editCategoryFlyout.steps.verifyCategoryCharacterNotSelected(`${equationEditorCategoriesAndSymbols.general.symbols.dollar.ariaLabel}`)
|
269
|
-
editCategoryFlyout.steps.verifyCategoryCharacterNotSelected(`${equationEditorCategoriesAndSymbols.general.symbols.dollar.ariaLabel}`)
|
270
269
|
});
|
271
270
|
});
|
272
271
|
|
@@ -1002,7 +1002,7 @@ const tests = {
|
|
1002
1002
|
browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-checked');
|
1003
1003
|
browseItemsPage.gradingViewRadioButton().should('have.class', 'radio-option-not-checked');
|
1004
1004
|
browseItemsPage.gradingViewRadioButton().click();
|
1005
|
-
browseItemsPage.studentViewRadioButton().should('have.class', 'radio-
|
1005
|
+
browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-not-checked');
|
1006
1006
|
browseItemsPage.gradingViewRadioButton().should('have.class', 'radio-option-checked');
|
1007
1007
|
browseItemsPage.studentViewRadioButton().click();
|
1008
1008
|
browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-checked');;
|