Update Commands.js
Updating addDatasourceConfig Small change for getting the HOST_IP value
This commit is contained in:
parent
9a614bbc8f
commit
ecacc72cdc
|
@ -495,7 +495,7 @@ Cypress.Commands.add("addDatasourceConfig", (datasource, skipFetch) => {
|
||||||
} else {
|
} else {
|
||||||
cy.get("input")
|
cy.get("input")
|
||||||
.clear({ force: true })
|
.clear({ force: true })
|
||||||
.type(Cypress.env("mysql").HOST, { force: true })
|
.type(Cypress.env("HOST_IP"), { force: true })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue