Skip to content

Commit

Permalink
Add model selection in preset tests (#1705) (#1711)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit 5fd6722)

Co-authored-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and ohltyler authored Feb 12, 2025
1 parent 947aaa0 commit ae9b57d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ function createPreset(presetName) {
.clear()
.type(presetName.toLowerCase().replace(/\s/g, ''));
});
cy.getElementByDataTestId('selectDeployedModel').should('be.visible').click();
cy.get('.euiSuperSelect__item').contains('BedRock').click();
cy.getElementByDataTestId('quickConfigureCreateButton')
.should('be.visible')
.click();
Expand Down

0 comments on commit ae9b57d

Please sign in to comment.