Skip to content

Commit

Permalink
Add model selection in preset tests (#1705)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit 5fd6722)
  • Loading branch information
ohltyler authored and github-actions[bot] committed Feb 12, 2025
1 parent 947aaa0 commit ba48071
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 ba48071

Please sign in to comment.