Skip to content

Commit

Permalink
- fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Aug 21, 2024
1 parent 79a6d9e commit 0e50553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/test/admin-filters/admin-filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Then('The admin uses the multiselect filter', () => {

When('Only the filtered data is displayed', () => {
cy.get('table[id="result_list"]').find("tr").should('have.length', 3)
cy.url().should('eq', `${Cypress.env('adminUrl')}/tests/dummymodel/?name__in=Bill%2CDiane%2C`)
cy.url().should('eq', `${Cypress.env('adminUrl')}/tests/dummymodel/?name__in=Bill%2CDiane`)
})

// Scenario: An Admin User can clear Filters
Expand Down

0 comments on commit 0e50553

Please sign in to comment.