Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Jul 31, 2024
1 parent 2bd5eb9 commit 6d04d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/databrowser.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ browseCategories.forEach((category, bcIndex) => {
searchKeywords.forEach((keyword) => {

it(`Keyword Search - ${keyword}`, function () {
cy.get('.el-input__inner').should('have.attr', 'placeholder', 'Enter search criteria')
cy.get('.el-input__inner').should('have.attr', 'placeholder', 'Enter search criteria. i.e. PI/Researcher name or other keywords.')

// Type keyword
cy.get('.el-input__inner').clear()
Expand Down

0 comments on commit 6d04d5c

Please sign in to comment.