Skip to content

Commit

Permalink
[Security Solution][Endpoint] Unskip mocked response actions history …
Browse files Browse the repository at this point in the history
…cypress test (#161533)

## Summary

Unskip test that was timing out at indexing test hosts. The timeout has
since been increased in /pull/159518

It was added in /pull/157777 and skipped in
/pull/156933 thus should be backported to `8.8.1` and
`8.9.0`

(cherry picked from commit f6f5986)

# Conflicts:
#	x-pack/plugins/security_solution/public/management/cypress/e2e/mocked_data/reponse_actions_history.cy.ts
  • Loading branch information
ashokaditya committed Jul 12, 2023
1 parent 79d6593 commit d522ad1
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -31,8 +31,7 @@ describe('Response actions history page', () => {
}
});

// Flakey, example build failure: https://buildkite.com/elastic/kibana-pull-request/builds/132245
it.skip('retains expanded action details on page reload', () => {
it('retains expanded action details on page reload', () => {
cy.visit(`/app/security/administration/response_actions_history`);
cy.getByTestSubj('response-actions-list-expand-button').eq(3).click(); // 4th row on 1st page
cy.getByTestSubj('response-actions-list-details-tray').should('exist');
Expand Down

0 comments on commit d522ad1

Please sign in to comment.