itemengine-cypress-automation 1.0.379-IEI-5744-25232c0.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
|
|