Skip to content

Commit

Permalink
Added Flow Framework Dashboards integ tests
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Oct 14, 2024
1 parent 43c8977 commit 7e46431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('Create Workflow', () => {
const filePath =
'cypress/fixtures/' +
FF_FIXTURE_BASE_PATH +
'semantic_search_example.json';
'import_semantic_search.json';
cy.get('input[type=file]').selectFile(filePath);
cy.getElementByDataTestId('importJSONButton').should('be.visible').click();
cy.wait(5000);
Expand Down

0 comments on commit 7e46431

Please sign in to comment.