itemengine-cypress-automation 1.0.588-IEI-7249-Add-cypress-test-to-over-reported-cases-93eea26.0 → 1.0.589-IEI-7249-Add-cypress-test-to-over-reported-cases-c28b4d6.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.
|
@@ -713,7 +713,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
|
713
713
|
});
|
|
714
714
|
|
|
715
715
|
//remove skip once https://weldnorthed.atlassian.net/browse/IEI-7246 is resolved
|
|
716
|
-
it.skip('When the user attempts the question using parenthesis in unsimplified format then it should be treated as incorrect', () => {
|
|
716
|
+
it.skip('When the user attempts the question using parenthesis in unsimplified format with negative sign then it should be treated as incorrect', () => {
|
|
717
717
|
textEntryMathPage.steps.resetQuestionPreview();
|
|
718
718
|
textEntryMathPage.steps.focusInResponseAnswerInputFieldPreviewTab(0);
|
|
719
719
|
equationEditorFlyout.steps.enterTextInPreviewInputField('-7(-x-9)');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "itemengine-cypress-automation",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.589-IEI-7249-Add-cypress-test-to-over-reported-cases-c28b4d6.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|