Skip to content

Commit

Permalink
unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed Jul 10, 2023
1 parent d8c8b7b commit 0ece8b4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
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 0ece8b4

Please sign in to comment.