소스 검색

fix(test): remove test for explore page

version-14
Prateeksha Singh 6 년 전
부모
커밋
a6499c46c6
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. +0
    -7
      cypress/integration/awesome_bar.js

+ 0
- 7
cypress/integration/awesome_bar.js 파일 보기

@@ -8,13 +8,6 @@ context('Awesome Bar', () => {
cy.get('.navbar-home').click();
});

it('navigates to modules', () => {
cy.get('#navbar-search')
.type('modules{downarrow}{enter}', { delay: 100 });

cy.location('hash').should('eq', '#modules');
});

it('navigates to doctype list', () => {
cy.get('#navbar-search')
.type('todo{downarrow}{enter}', { delay: 100 });


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