Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Sep 24, 2024
1 parent 0e4ea55 commit 1ef9d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseDate": "2024-09-16",
"releaseYear": "2024",
"buildTime": "2024-09-24T12:16:37.541Z"
"buildTime": "2024-09-24T12:22:01.252Z"
}
2 changes: 1 addition & 1 deletion pages/Search/Search.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ describe(`Search`, function() {
cy.get(`#results tbody tr`).should(`have.length`, 100) // limit = 100 (default)
cy.get(`#limit-select`).select(`250`)
cy.get(`#results tbody tr`).should(`have.length`, 250) // limit = 250
cy.get(`#search-box`).type(`man`)
cy.get(`#search-box`).type(`ma`)
cy.get(`#limit-select`).select(`all`)
cy.get(`#results tbody tr`).its(`length`).should(`be.greaterThan`, 500)
})
Expand Down

0 comments on commit 1ef9d33

Please sign in to comment.