itemengine-cypress-automation 1.0.156-01AprilFixes-fc21452.0 → 1.0.156
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ const selectors = {
|
|
8
8
|
snackbar: () => cy.get('.MuiSnackbarContent-message'),
|
9
9
|
snackbarCloseButton: () => cy.get('.MuiSnackbarContent-action'),
|
10
10
|
//Remove :visible https://redmine.zeuslearning.com/issues/564243 gets resolved
|
11
|
-
errorMessage: () => cy.get('.error-text-message'),
|
11
|
+
errorMessage: () => cy.get('.error-text-message:visible'),
|
12
12
|
nextGenCreateItemWrapper: () => cy.get('#nextgen-assess-create-item'),
|
13
13
|
dropdownList: () => cy.get('.dropdown-list'),
|
14
14
|
dragHandleButton: () => cy.get('.dragicon-button'),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.0.156
|
3
|
+
"version": "1.0.156",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -35,4 +35,4 @@
|
|
35
35
|
"node-fetch": "^3.3.2",
|
36
36
|
"react-uuid": "^2.0.0"
|
37
37
|
}
|
38
|
-
}
|
38
|
+
}
|