itemengine-cypress-automation 1.0.528-IEI-5463-c65a2a7.0 → 1.0.528-dependabot-npm-and-yarn-multi-92087b3b2d-94a971b.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.
@@ -6,7 +6,7 @@ const lineSettingsOptions = ['Decimals', 'Fractions', 'Mixed fractions', 'Intege
6
6
  const numbers = ['-9.50', "-\n19\n2", "-9\n1\n2"]
7
7
  const thousandsSeparatorOptions = ['Comma', 'Space', 'None'];
8
8
  const decimalValues =['6,000.5', '6 000.5', '6000.5']
9
- const fractionValues =['12001\n2', '12001\n2', '12001\n2']
9
+ const fractionValues =['12,001\n2', '12 001\n2', '12001\n2']
10
10
  const mixedFractionValues =['6,000\n1\n2', '6 000\n1\n2', '6000\n1\n2']
11
11
  const integerNumberValues =['1,000.5', '1 000.5', '1000.5']
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.528-IEI-5463-c65a2a7.0",
3
+ "version": "1.0.528-dependabot-npm-and-yarn-multi-92087b3b2d-94a971b.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -42,7 +42,7 @@
42
42
  "axios": "^1.12.2",
43
43
  "cy-verify-downloads": "^0.1.11",
44
44
  "cy2": "^4.0.9",
45
- "cypress": "^12.17.2",
45
+ "cypress": "^15.3.0",
46
46
  "cypress-axe": "^1.4.0",
47
47
  "cypress-file-upload": "^5.0.8",
48
48
  "cypress-real-events": "^1.7.6",