Skip to content

Commit

Permalink
fixing flaky panels test (#1463) (#1509)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4fdd4e0)

Signed-off-by: Sean Li <lnse@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 75baf27 commit a78a53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cypress/integration/panels_test/panels.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ describe('Panels testing with Sample Data', { defaultCommandTimeout: 10000 }, ()
.trigger('mouseover')
.click({ force: true })
.focus()
.type(PPL_FILTER);
.type(PPL_FILTER, { force: true, delay: 500 });
cy.get('button[data-test-subj="superDatePickerApplyTimeButton"]').click({ force: true });
cy.get('.euiButton__text').contains('Refresh').trigger('mouseover').click();
cy.get('.xtick').should('contain', 'Munich Airport');
Expand Down

0 comments on commit a78a53a

Please sign in to comment.