mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-05 18:47:41 +00:00
Set environment variable in the secrets to access the connection string in the secrets folder
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = {
|
||||
.last()
|
||||
.click({ force: true });
|
||||
|
||||
const secret = Cypress.env('connectionString')[api];
|
||||
const secret = Cypress.env(`CONNECTION_STRING_${api && api.toUpperCase()}`);
|
||||
|
||||
cy.wrap($body)
|
||||
.find("input[class='inputToken']")
|
||||
|
||||
Reference in New Issue
Block a user