Skip to content

Commit

Permalink
[Security Solution] Unskip previously flaky Cypress tests that intera…
Browse files Browse the repository at this point in the history
…ct with combobox (elastic#183912)

**Resolves: elastic#183485

Unskips Related Integrations and Required Fields Cypress tests that were
made flaky by an update to `EuiComboBox` in EUI `v94.3.0`. This issue
was later fixed in EUI `v94.5.0`, so we are unskipping the tests.

🟢 Flaky test runner: [100 runs for ESS, 100 runs for
Serverless](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6058)
  • Loading branch information
nikitaindik authored May 22, 2024
1 parent 95510c1 commit 89c4159
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import {
fillMaxSignals,
fillNote,
fillReferenceUrls,
// fillRelatedIntegrations,
// fillRequiredFields,
fillRelatedIntegrations,
fillRequiredFields,
fillRiskScore,
fillRuleName,
fillRuleTags,
Expand Down Expand Up @@ -69,14 +69,8 @@ describe('Common rule creation flows', { tags: ['@ess', '@serverless'] }, () =>
it('Creates and enables a rule', function () {
cy.log('Filling define section');
importSavedQuery(this.timelineId);
/*
The following steps are flaky due to a recent EUI upgrade.
Underlying EUI issue: https://github.com/elastic/eui/issues/7761
Issue to uncomment these once the EUI fix is in place: https://github.com/elastic/kibana/issues/183485
*/
// fillRequiredFields();
// fillRelatedIntegrations();
fillRequiredFields();
fillRelatedIntegrations();
cy.get(DEFINE_CONTINUE_BUTTON).click();

cy.log('Filling about section');
Expand Down

0 comments on commit 89c4159

Please sign in to comment.