瀏覽代碼

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 });


Loading…
取消
儲存