chore: turn off recording, force log out

pull/5911/head
k3yi0 2022-04-28 19:03:30 +02:00
parent ee50ee472b
commit d7fc0569d5
2 changed files with 3 additions and 2 deletions

View File

@ -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,

View File

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