Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Dec 4, 2024
1 parent 20e0146 commit 4b897b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('Projects homepage', function () {
cy.get('.liz-repository-project-item:visible').its('length').as('totalProjects')
// Insert value in search input
cy.get('#search-project').type('nature')
// CHeck the number of title projects that contains the serach value
// Check the number of title projects that contains the search value
cy.get('.liz-repository-project-item:visible').should('length', 2)
// Clear the search input
cy.get('#search-project').clear()
Expand Down

0 comments on commit 4b897b0

Please sign in to comment.