mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-20 05:53:06 +01:00
@@ -3,7 +3,7 @@ beforeEach(() => {
|
||||
|
||||
cy.login();
|
||||
|
||||
cy.getCookie('user').should('exist');
|
||||
cy.getCookie('maut_user').should('exist');
|
||||
|
||||
cy.intercept('GET', '/api/userdata/demo', { fixture: 'userdata_demo.json' })
|
||||
cy.intercept('GET', '/api/users/demo', { fixture: 'user_demo.json' })
|
||||
|
||||
Reference in New Issue
Block a user