소스 검색

fix(UI Test): Cypress test case fix (#6734)

* fix(UI Test): Fix test cases for login

* fix: add missing semicolon
version-14
Deepesh Garg 6 년 전
committed by Sagar Vora
부모
커밋
d4c2ff74c7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      cypress/integration/login.js

+ 2
- 0
cypress/integration/login.js 파일 보기

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


불러오는 중...
취소
저장