@augment-vir/test 31.67.1 → 31.68.1

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.
@@ -23,7 +23,7 @@ export async function deleteAllTextInInput(inputElement) {
23
23
  if (inputElement.value === lastValue) {
24
24
  throw new Error(`Input value was not changed at all`);
25
25
  }
26
- if (inputElement.value.length >= lastValue.length) {
26
+ else if (inputElement.value.length >= lastValue.length) {
27
27
  throw new Error(`Input value length was not decreased.`);
28
28
  }
29
29
  await deleteAllTextInInput(inputElement);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augment-vir/test",
3
- "version": "31.67.1",
3
+ "version": "31.68.1",
4
4
  "description": "A universal testing suite that works with Mocha style test runners _and_ Node.js's built-in test runner.",
5
5
  "keywords": [
6
6
  "test",
@@ -44,22 +44,22 @@
44
44
  "test:web": "virmator test --no-deps web 'src/test-web/**/*.test.ts' 'src/augments/universal-testing-suite/**/*.test.ts'"
45
45
  },
46
46
  "dependencies": {
47
- "@augment-vir/assert": "^31.67.1",
48
- "@augment-vir/common": "^31.67.1",
47
+ "@augment-vir/assert": "^31.68.1",
48
+ "@augment-vir/common": "^31.68.1",
49
49
  "@date-vir/duration": "^8.2.0",
50
- "@virmator/test": "^14.7.2",
50
+ "@virmator/test": "^14.8.3",
51
51
  "type-fest": "^5.4.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@open-wc/testing-helpers": "^3.0.1",
55
55
  "@playwright/test": "^1.58.2",
56
- "@types/node": "^25.3.3",
56
+ "@types/node": "^25.3.5",
57
57
  "@web/dev-server-esbuild": "^1.0.5",
58
58
  "@web/test-runner": "^0.20.2",
59
59
  "@web/test-runner-commands": "^0.9.0",
60
60
  "@web/test-runner-playwright": "^0.11.1",
61
61
  "@web/test-runner-visual-regression": "^0.10.0",
62
- "element-vir": "^26.14.5",
62
+ "element-vir": "^26.14.6",
63
63
  "istanbul-smart-text-reporter": "^1.1.5",
64
64
  "pixelmatch": "^7.1.0",
65
65
  "pngjs": "^7.0.0",