Skip to content

Commit

Permalink
fixing flaky panels test (#1463)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Li <lnse@amazon.com>
(cherry picked from commit 4fdd4e0)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 9, 2024
1 parent 75baf27 commit 74c9c73
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 74c9c73

Please sign in to comment.