itemengine-cypress-automation 1.0.379-IEI-5744-8523bfb.0 → 1.0.379-IEI-5744-ecb0cd7.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.
@@ -265,8 +265,6 @@ describe('Create question page - Essay Response: Edit category', () => {
|
|
265
265
|
utilities.verifyElementVisibilityState(editCategoryFlyout.dialogBox(), 'notExist');
|
266
266
|
editCategoryFlyout.steps.openEditCategoryFlyout();
|
267
267
|
utilities.verifyElementDisabled(editCategoryFlyout.buttonReset());
|
268
|
-
editCategoryFlyout.steps.verifyCategoryCharacterNotSelected(`${equationEditorCategoriesAndSymbols.general.symbols.dollar.ariaLabel}`)
|
269
|
-
});
|
270
268
|
});
|
271
269
|
|
272
270
|
describe('Save a edited category', () => {
|
@@ -1005,7 +1005,7 @@ const tests = {
|
|
1005
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
|
-
browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-checked')
|
1008
|
+
browseItemsPage.studentViewRadioButton().should('have.class', 'radio-option-checked');
|
1009
1009
|
browseItemsPage.gradingViewRadioButton().should('have.class', 'radio-option-not-checked');
|
1010
1010
|
browseItemsPage.cancelButton().click();
|
1011
1011
|
});
|