Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Apr 12, 2023
1 parent ec20a6c commit 553f956
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -79,7 +79,10 @@ describe('Investigate in timeline', { testIsolation: false }, () => {
cy.get(QUERY_TAB_BUTTON).should('contain.text', alertCount);

// The correct filter is applied to the timeline query
cy.get(FILTER_BADGE).should('contain.text', ' {"bool":{"must":[{"term":{"process.args":"-zsh"}},{"term":{"process.args":"unique"}}]}}');
cy.get(FILTER_BADGE).should(
'contain.text',
' {"bool":{"must":[{"term":{"process.args":"-zsh"}},{"term":{"process.args":"unique"}}]}}'
);
});
});

Expand Down

0 comments on commit 553f956

Please sign in to comment.