Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Fixes cypress flake across two tests (#105645) #105700

Closed

Commits on Jul 14, 2021

  1. Fixes cypress flake across two tests (elastic#105645)

    ## Summary
    
    * Fixes flake where it looks like pre-built rules can take longer than 1 minute to load, so I increased that to 5 minutes
    * There are problems with how the `cy.intercept` is not always working on CI we don't understand yet, so I am removing the failing call but keeping the rest of the test for the failure.
    
    Backporting these two into `7.14` to add stability to `7.14` tests as well.
    
    ### Checklist
    
    - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
    FrankHassanabad committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    6c23e77 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    21b624c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb5f43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    059527e View commit details
    Browse the repository at this point in the history
  4. Skip flake test

    FrankHassanabad committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    d4cc2c3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'backport/7.x/pr-105645' of github.com:FrankHassanabad/k…

    …ibana into backport/7.x/pr-105645
    FrankHassanabad committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    501538b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4b1ede View commit details
    Browse the repository at this point in the history