diff --git a/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js b/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js index 03b1d033d..5af4d59ea 100644 --- a/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js +++ b/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js @@ -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();