Skip to content

Commit 5fd6722

Browse files
authored
Add model selection in preset tests (#1705)
Signed-off-by: Tyler Ohlsen <[email protected]>
1 parent deb26a5 commit 5fd6722

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ function createPreset(presetName) {
205205
.clear()
206206
.type(presetName.toLowerCase().replace(/\s/g, ''));
207207
});
208+
cy.getElementByDataTestId('selectDeployedModel').should('be.visible').click();
209+
cy.get('.euiSuperSelect__item').contains('BedRock').click();
208210
cy.getElementByDataTestId('quickConfigureCreateButton')
209211
.should('be.visible')
210212
.click();

0 commit comments

Comments
 (0)