@baloise/ds-testing 17.2.5 → 17.3.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.
- package/index.esm2.js +2 -2
- package/package.json +2 -2
package/index.esm2.js
CHANGED
|
@@ -276,7 +276,7 @@ var byDataSelectors = function(dateTestId, dataSelectors, value) {
|
|
|
276
276
|
toast: {
|
|
277
277
|
/**
|
|
278
278
|
* Toast element.
|
|
279
|
-
*/ main: ".bal-notices > .bal-toast",
|
|
279
|
+
*/ main: ".bal-notices > .bal-notices__inner > .bal-toast",
|
|
280
280
|
/**
|
|
281
281
|
* Toast label element.
|
|
282
282
|
*/ label: byTestId("bal-toast-label"),
|
|
@@ -287,7 +287,7 @@ var byDataSelectors = function(dateTestId, dataSelectors, value) {
|
|
|
287
287
|
snackbar: {
|
|
288
288
|
/**
|
|
289
289
|
* Snackbar element.
|
|
290
|
-
*/ main: ".bal-notices > .bal-snackbar",
|
|
290
|
+
*/ main: ".bal-notices > .bal-notices__inner > .bal-snackbar",
|
|
291
291
|
/**
|
|
292
292
|
* Snackbar heading element.
|
|
293
293
|
*/ heading: byTestId("bal-snackbar-heading"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-testing",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.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": "17.
|
|
15
|
+
"@baloise/ds-core": "17.3.0",
|
|
16
16
|
"cypress-file-upload": "~5.0.8"
|
|
17
17
|
},
|
|
18
18
|
"module": "./index.esm.js",
|