chore: turn off recording, force log out
parent
ee50ee472b
commit
d7fc0569d5
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://on.cypress.io/cypress.schema.json",
|
||||
"baseUrl": "http://localhost:8888",
|
||||
"video": true,
|
||||
"video": false,
|
||||
"videoCompression": false,
|
||||
"env": {
|
||||
"ALLOW_SCREENSHOT": true,
|
||||
|
|
|
@ -46,7 +46,8 @@ describe('Use Dashboards', () => {
|
|||
cy.deleteUser('Reader')
|
||||
cy.createUser('Reader', 'oauth-mock', 'oauth2')
|
||||
cy.OAuthLogin('Reader')
|
||||
cy.wait(2000)
|
||||
cy.OAuthLogout()
|
||||
cy.OAuthLogout()
|
||||
cy.OAuthLogout()
|
||||
cy.visit('/login')
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue