1
0
Fork 0
mirror of synced 2024-06-21 11:51:00 +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 9a614bbc8f
commit ecacc72cdc

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 })
}
})
})