forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Infra UI] Fix tests cases that verify the node details page title an…
…d square color (elastic#167624) fixes elastic#167071 ## Summary This PR fixes the infra home_page tests. There were two things failing: - Node details page title assert: replaced `retryForTime` with `retry` - The waffle node color asserts: After this change elastic#161754, the `sort nodes by descending value` and `sort nodes by ascending value` weren't able to capture the color attribute, due to it being missing in the html element. After adding it back, I did a small refactor on the `NodeSquare` component, for readability reasons. https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3260
- Loading branch information
1 parent
2047a55
commit 67895db
Showing
2 changed files
with
154 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters