Skip to content

Commit

Permalink
fix osquery cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Mar 29, 2023
1 parent 49cd3ce commit 73d1ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/osquery/cypress/e2e/all/live_query.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('ALL - Live Query', () => {
cy.contains('ECS field is required.').should('not.exist');

checkResults();
cy.react('Cell', { props: { columnIndex: 0 } })
cy.react('Cell', { props: { colIndex: 0 } })
.should('exist')
.first()
.click();
Expand Down

0 comments on commit 73d1ca9

Please sign in to comment.