-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Reporting/Fn Test] Re-enable listing of reports tests #75383
[Reporting/Fn Test] Re-enable listing of reports tests #75383
Conversation
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
Failed due to
|
@elasticmachine merge upstream |
@elasticmachine merge upstream |
expect(await previousButton.getAttribute('disabled')).to.be('true'); | ||
|
||
// scan page 1 | ||
let tableText = await getTableTextFromElement(await testSubjects.find('reportJobListing')); | ||
const PAGE_CONTENT_1 = `[Logs] File Type Scatter Plot\nvisualization\n2020-04-21 @ 07:01 PM\ntest_user\nCompleted at 2020-04-21 @ 07:02 PM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I could tell, the check against all the text in the table was not always matching after the page had switched. But we should be able to check that the first row is the one we expect per each page.
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
I'm going to self-merge this, because it just simplifies code that's already been reviewed, and unskips a test |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
4 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
backported in #75500 |
Summary
Fixing a flaky test that was skipped.
Closes #75044