We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb26a5 commit 5fd6722Copy full SHA for 5fd6722
cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js
@@ -205,6 +205,8 @@ function createPreset(presetName) {
205
.clear()
206
.type(presetName.toLowerCase().replace(/\s/g, ''));
207
});
208
+ cy.getElementByDataTestId('selectDeployedModel').should('be.visible').click();
209
+ cy.get('.euiSuperSelect__item').contains('BedRock').click();
210
cy.getElementByDataTestId('quickConfigureCreateButton')
211
.should('be.visible')
212
.click();
0 commit comments