itemengine-cypress-automation 1.0.555-IEI-7011-ce17b8f.0 → 1.0.555-IEI-7011-c2dcb32.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.
@@ -12,6 +12,7 @@
12
12
  "admin_password": "GzL1Ezjou4wVFL8o",
13
13
  "organisation_id": "eb7d4a20-c96c-4852-9b34-7e3231016315",
14
14
  "migration_usernme": "ilc-prod-content-user",
15
- "migration_password": "Oj2kTWQM7ZRmegmS"
15
+ "migration_password": "Oj2kTWQM7ZRmegmS",
16
+ "ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT": "false"
16
17
  }
17
18
  }
@@ -12,6 +12,7 @@
12
12
  "admin_password": "GtOrLiig9surpeW1",
13
13
  "organisation_id": "eb7d4a20-c96c-4852-9b34-7e3231016315",
14
14
  "migration_usernme": "demo-technical-tester",
15
- "migration_password": "SXYeokWOoTuwEg2w"
15
+ "migration_password": "SXYeokWOoTuwEg2w",
16
+ "ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT": "true"
16
17
  }
17
18
  }
@@ -10,6 +10,7 @@
10
10
  "scriptSrc": "https://assets-itemengine-staging.imaginelearning.com/content/itemengine-assets-staging/v2/author-loader-nocache.js",
11
11
  "admin_username": "demouser-ilc",
12
12
  "admin_password": "T6b9FK0pC6Tg8wDz",
13
- "organisation_id": "eb7d4a20-c96c-4852-9b34-7e3231016315"
13
+ "organisation_id": "eb7d4a20-c96c-4852-9b34-7e3231016315",
14
+ "ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT": "false"
14
15
  }
15
16
  }
@@ -825,7 +825,7 @@ const steps = {
825
825
  .eq(index) // pick the specific "Alternative answer" by index
826
826
  .should('be.visible')
827
827
  .should('contain.text', `Alternative answer ${index}`)
828
- .should('contain.text', `(${points} pointsText)`); // check points
828
+ .should('contain.text', pointsText); // check points
829
829
  },
830
830
 
831
831
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.555-IEI-7011-ce17b8f.0",
3
+ "version": "1.0.555-IEI-7011-c2dcb32.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {