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

[Functional] Increases the time to locate the Create Visualization btn #75133

Merged

Conversation

stratoula
Copy link
Contributor

@stratoula stratoula commented Aug 17, 2020

Summary

Closes #70125. The problem here is that exists fails so instead of await testSubjects.click('newItemButton') to run, it tries to find an element that doesn't exist. On this PR by increasing the timeout to 5000 has made the test less flaky so I assume that by increasing it to 10000 will fix the problem.
If not should investigate something else.

Flaky test server runs for 200 times https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/779/

Checklist

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@stratoula stratoula marked this pull request as ready for review August 17, 2020 11:42
@stratoula stratoula added release_note:skip Skip the PR/issue when compiling release notes Feature:Functional Testing Feature:TSVB TSVB (Time Series Visual Builder) v8.0.0 v7.10.0 labels Aug 17, 2020
Copy link
Member

@dmlemeshko dmlemeshko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Functional Testing Feature:TSVB TSVB (Time Series Visual Builder) release_note:skip Skip the PR/issue when compiling release notes v7.10.0 v8.0.0
Projects
None yet
3 participants