1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00
This commit is contained in:
Mitch-Budibase 2022-04-01 14:41:45 +01:00
parent b64b5edaa7
commit c3447d418f

View file

@ -351,8 +351,7 @@ Cypress.Commands.add("searchForApplication", appName => {
.then(val => {
if (val.length < 2) {
return
}
else {
} else {
// Searches for the app
cy.get(".filter").then(() => {
cy.get(".spectrum-Textfield").within(() => {