Skip to content

Commit

Permalink
Update modal buttons for FF tests (#1612) (#1626)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit 75c9c12)

Co-authored-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and ohltyler authored Nov 4, 2024
1 parent 38f92c6 commit 77e2b6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('Creating Workflows Using Various Methods', () => {
.click();
const filePath = `cypress/fixtures/${FF_FIXTURE_BASE_PATH}semantic_search/source_data.json`;
cy.get('input[type=file]').selectFile(filePath);
cy.getElementByDataTestId('closeSourceDataButton')
cy.getElementByDataTestId('updateSourceDataButton')
.should('be.visible')
.click();
cy.mockIngestion(() => {
Expand Down 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 77e2b6f

Please sign in to comment.