1
0
Fork 0
mirror of synced 2024-08-13 00:51:22 +12:00

Update Commands.js

Updating addDatasourceConfig

Small change for getting the HOST_IP value
This commit is contained in:
Mitch-Budibase 2022-04-25 16:25:42 +01:00
parent 83db37061c
commit c00965d46f

View file

@ -495,7 +495,7 @@ Cypress.Commands.add("addDatasourceConfig", (datasource, skipFetch) => {
} else {
cy.get("input")
.clear({ force: true })
.type(Cypress.env("mysql").HOST, { force: true })
.type(Cypress.env("HOST_IP"), { force: true })
}
})
})