Sfoglia il codice sorgente

fix(test): remove test for explore page

version-14
Prateeksha Singh 6 anni fa
parent
commit
a6499c46c6
1 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  1. +0
    -7
      cypress/integration/awesome_bar.js

+ 0
- 7
cypress/integration/awesome_bar.js Vedi File

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


Caricamento…
Annulla
Salva