Skip to content

Commit b53dd10

Browse files
authored
Merge pull request #26 from terminusdb/fix-users
env vars
2 parents adeb5a9 + fb56e89 commit b53dd10

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/tdb-dashboard/cypress.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"env": {
3-
"MAILSLURP_API_KEY": "***REMOVED***",
4-
"COLLABORATOR_USER":"[email protected]",
5-
"COLLABORATOR_PASS":"[email protected]",
6-
"OWNER_PASS": "***REMOVED***",
7-
"NEW_PASS" : "***REMOVED***"
3+
84
},
95
"defaultCommandTimeout": 120000,
106
"responseTimeout": 120000,

packages/tdb-dashboard/cypress/integration/dashboard/login.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ it('check that you can create a new Team', ()=>{
108108
cy.get('#create_new_team_button').click()
109109
cy.wait(5000)
110110
cy.get('#team_list_nenu_button').should("contain",teamName)
111+
111112
})
112113

113114

0 commit comments

Comments
 (0)