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:
Deepesh Garg 2019-01-07 21:56:44 +05:30 committed by Sagar Vora
parent 1197271700
commit d4c2ff74c7

View file

@ -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', () => {