@baloise/ds-testing 0.0.6 → 16.0.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.
@@ -263,7 +263,9 @@ Cypress.Commands.add("platform", function(platform) {
263
263
  return waitAfterFramePaint();
264
264
  }).then(function() {
265
265
  return waitAfterIdleCallback();
266
- }).wait(32);
266
+ }).wait(32, {
267
+ log: false
268
+ });
267
269
  });
268
270
 
269
271
  Cypress.Commands.add("visitBalApp", function(url, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-testing",
3
- "version": "0.0.6",
3
+ "version": "16.0.0",
4
4
  "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "homepage": "https://design.baloise.dev",
13
13
  "license": "Apache-2.0",
14
14
  "dependencies": {
15
- "@baloise/ds-core": "0.0.6",
15
+ "@baloise/ds-core": "16.0.0",
16
16
  "cypress-file-upload": "~5.0.8"
17
17
  },
18
18
  "type": "module",