lint
This commit is contained in:
parent
b64b5edaa7
commit
c3447d418f
|
@ -351,8 +351,7 @@ Cypress.Commands.add("searchForApplication", appName => {
|
||||||
.then(val => {
|
.then(val => {
|
||||||
if (val.length < 2) {
|
if (val.length < 2) {
|
||||||
return
|
return
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// Searches for the app
|
// Searches for the app
|
||||||
cy.get(".filter").then(() => {
|
cy.get(".filter").then(() => {
|
||||||
cy.get(".spectrum-Textfield").within(() => {
|
cy.get(".spectrum-Textfield").within(() => {
|
||||||
|
@ -362,7 +361,7 @@ Cypress.Commands.add("searchForApplication", appName => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
//Assumes there are no others
|
//Assumes there are no others
|
||||||
Cypress.Commands.add("applicationInAppTable", appName => {
|
Cypress.Commands.add("applicationInAppTable", appName => {
|
||||||
|
|
Loading…
Reference in New Issue