fix(UI Test): Cypress test case fix (#6734)
* fix(UI Test): Fix test cases for login * fix: add missing semicolon
This commit is contained in:
parent
1197271700
commit
d4c2ff74c7
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
context('Login', () => {
|
||||
beforeEach(() => {
|
||||
cy.request('/api/method/logout');
|
||||
cy.visit('/login');
|
||||
cy.location().should('be', '/login');
|
||||
});
|
||||
|
||||
it('greets with login screen', () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue