Skip to content

Commit

Permalink
Updates milvus test
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
  • Loading branch information
rafariossaa committed Jun 12, 2024
1 parent 1b789f1 commit 06b049c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vib/milvus/cypress/cypress/e2e/milvus.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ it('allows to create a collection', () => {
cy.get('span').contains('Insert Sample Data').click({force: true});
cy.get('button[type="submit"]').contains('Import').click({force: true});
// Check sample data table contains at least 1 entry
cy.get('span').contains('Query').click({force: true});
cy.get('td [type="checkbox"]');
});
});

0 comments on commit 06b049c

Please sign in to comment.