Skip to content

Commit

Permalink
Update query btn
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Oct 30, 2024
1 parent 924e94d commit 60a11f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe('Creating Workflows Using Various Methods', () => {
.trigger('blur', { force: true });
});
});
cy.getElementByDataTestId('searchQueryCloseButton')
cy.getElementByDataTestId('updateSearchQueryButton')
.should('be.visible')
.click();
cy.mockSemanticSearchIndexSearch(() => {
Expand Down

0 comments on commit 60a11f5

Please sign in to comment.