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