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

unskip _async_dashboard test after fix in PR# 66322 #66517

Merged
merged 1 commit into from
May 14, 2020

Conversation

LeeDr
Copy link
Contributor

@LeeDr LeeDr commented May 14, 2020

Summary

Unskip x-pack/test/functional/apps/dashboard/_async_dashboard.ts

The reason it was failing was it was trying to click the Remove button on sample data as soon as the button was found. But I think the state of the button changes after it is rendered because there is a check if the data is installed, and a security check if the user has permission to remove it.

The fix in #66322 waits for the remove button to be visible and enabled.

Ref to the PR that skipped this test: #65949

Checklist

Delete any items that are not applicable to this PR.

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

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

@LeeDr
Copy link
Contributor Author

LeeDr commented May 14, 2020

Passed 50 times with no failures on flaky test runner;

image

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-qa (Team:QA)

@LeeDr LeeDr added the Feature:Dashboard Dashboard related features label May 14, 2020
@LeeDr LeeDr marked this pull request as ready for review May 14, 2020 13:03
@LeeDr
Copy link
Contributor Author

LeeDr commented May 14, 2020

FYI, @spalger

@LeeDr LeeDr added the release_note:skip Skip the PR/issue when compiling release notes label May 14, 2020
@LeeDr LeeDr requested a review from wayneseymour May 14, 2020 18:11
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:Dashboard Dashboard related features release_note:skip Skip the PR/issue when compiling release notes Team:QA Team label for QA Team test_xpack_functional v7.8.0 v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants