mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-23 01:53:00 +00:00
fix: prevent multiple heavy setting inits
This commit is contained in:
committed by
Rainer Killinger
parent
15ccbe4c18
commit
f7726378f4
@@ -184,7 +184,9 @@ describe('dashboard', async function () {
|
||||
it('should go to search when clicking the icon', function () {
|
||||
cy.visit('/overview');
|
||||
|
||||
cy.get('stapps-search-section').find('ion-icon[name=search]').click();
|
||||
cy.get('stapps-search-section')
|
||||
.find('ion-icon[name=search]')
|
||||
.click({force: true});
|
||||
cy.url().should('eq', Cypress.config().baseUrl + '/search?query=');
|
||||
cy.get('ion-searchbar').should('not.have.value');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user