Skip to content

Commit

Permalink
Adding Flow Framework Dashboards integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Oct 17, 2024
1 parent e20c133 commit 45349fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Creating Workflows Using Various Methods', () => {
'semantic_search/import_workflow.json';
cy.get('input[type=file]').selectFile(filePath);
cy.getElementByDataTestId('importJSONButton').should('be.visible').click();
cy.url().should('include', 'getLastPathSegment(FF_URL.WORKFLOWS_LIST)');
cy.contains('Manage workflows').should('be.visible');
cy.get('.euiFieldSearch').focus();
cy.get('.euiFieldSearch').type('semantic_search_1{enter}');
cy.contains('semantic_search_1');
Expand Down

0 comments on commit 45349fd

Please sign in to comment.