diff --git a/src/features/search/components/SearchForm.spec.js b/src/features/search/components/SearchForm.spec.js index 679c271..e80924e 100644 --- a/src/features/search/components/SearchForm.spec.js +++ b/src/features/search/components/SearchForm.spec.js @@ -34,7 +34,7 @@ describe('SearchForm', () => { cy.mount(SearchForm); cy.get('[data-cy="search-form"]').should('be.visible'); - cy.get('[data-cy="search-form-tags-filter"]').select(0).invoke('val').should('equal', 'null'); + cy.get('[data-cy="search-form-tags-filter"]').select(0).invoke('val').should('equal', ''); cy.get('[data-cy="search-form-tags-filter"]').select(1).invoke('val').should('equal', 'TagOne'); cy.get('[data-cy="search-form-tags-filter"]').select(2).invoke('val').should('equal', 'TagTwo'); }); diff --git a/src/features/todos/components/TodoListEmpty.spec.js b/src/features/todos/components/TodoListEmpty.spec.js index 79ccf08..27650d4 100644 --- a/src/features/todos/components/TodoListEmpty.spec.js +++ b/src/features/todos/components/TodoListEmpty.spec.js @@ -49,6 +49,7 @@ describe('TodoListEmpty', () => { trigger: TRIGGERS.DROPPED_INTO_ZONE, }, }, + force: true, }); cy.wrap(updateSpy).should(