itemengine-cypress-automation 1.0.155 → 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'),
|