[7.9] [Reporting] Fix and test for Listing of Reports (#74453)#74802
Merged
tsullivan merged 2 commits intoelastic:7.9from Aug 12, 2020
Merged
[7.9] [Reporting] Fix and test for Listing of Reports (#74453)#74802tsullivan merged 2 commits intoelastic:7.9from
tsullivan merged 2 commits intoelastic:7.9from
Conversation
tsullivan
commented
Aug 11, 2020
| // scan page 3 | ||
| tableText = await getTableTextFromElement(await testSubjects.find('reportJobListing')); | ||
| const PAGE_CONTENT_3 = `report1csv\n2020-04-21 @ 06:54 PM\ntest_user\nCompleted at 2020-04-21 @ 06:54 PM - Max size reached`; | ||
| const PAGE_CONTENT_3 = `report1csv\nsearch\n2020-04-21 @ 06:54 PM\ntest_user\nCompleted at 2020-04-21 @ 06:54 PM - Max size reached`; |
Member
Author
There was a problem hiding this comment.
Looks like a regression is here where search is not showing up in the table, but it's actually that the es archives had older format of data
Contributor
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
* [Reporting] Fix and test for Listing of Reports * add sleeps * await selector instead of sleep * reduce changes * cleanup after csv generated * fix snapshot
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports the following commits to 7.9: