Skip to content

Commit

Permalink
fix filters tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Apr 12, 2024
1 parent 3bb583c commit 7eca0df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added client/cypress/downloads/downloads.html
Binary file not shown.
2 changes: 1 addition & 1 deletion client/cypress/e2e/filters.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('Filter selection and removal URL update', () => {
const filterToRemove = selectedFilters[0];
cy.get(
`[data-cy="filters-remove-badge-${filterToRemove.category}-${filterToRemove.id}"]`
).click();
).click({ force: true });

// Verify the URL no longer includes the removed filter
cy.url().then((url) => {
Expand Down

0 comments on commit 7eca0df

Please sign in to comment.