Selaa lähdekoodia

fix(test): remove test for explore page

version-14
Prateeksha Singh 6 vuotta sitten
vanhempi
commit
a6499c46c6
1 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  1. +0
    -7
      cypress/integration/awesome_bar.js

+ 0
- 7
cypress/integration/awesome_bar.js Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna