Skip to content

Commit

Permalink
clean up search elementName test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Aug 8, 2024
1 parent 3b8b01a commit 72e9521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/search/100/elementName.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ describe('Search 100: Search model based on element name ', () => {
})

it(`Open Search > Enter "together" > Press Enter >
Search box with query visible, "Together" items highlighted in tree and scene - Screen`, () => {
Search box with query visible, "Together" items highlighted in tree and scene - Screen`, () => {
cy.get('[data-testid="textfield-search-query"]').type('together{enter}')
cy.percySnapshot()
})
it(`Open Search > Enter "together" > Press Activate >
Search box with query visible, "Together" items highlighted in tree and scene - Screen`, () => {
it(`Open Search > Enter "together" > Click Activate Button >
Search box with query visible, "Together" items highlighted in tree and scene - Screen`, () => {
cy.get('[data-testid="textfield-search-query"]').type('together')
cy.get('[data-testid="button-search-activate"]').click()
cy.percySnapshot()
Expand Down

0 comments on commit 72e9521

Please sign in to comment.