-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Fix/tsvb functional tests #45868
Fix/tsvb functional tests #45868
Conversation
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded12x Chrome + 8x FF |
retest |
💚 Build Succeeded12x Chrome + 8x FF |
retest |
💚 Build Succeeded12x Chrome + 8x FF |
💔 Build FailedUnrelated API test failure:
|
💔 Build FailedThe same API failed test:
|
💚 Build Succeeded |
if (browser.isFirefox) { | ||
// https://github.com/elastic/kibana/issues/24058 | ||
await PageObjects.common.sleep(2000); | ||
} |
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.
The issue was fixed so I decided to remove it
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.
LGTM after one small change
review fix Co-Authored-By: Spencer <[email protected]>
💚 Build Succeeded |
* [page_objects/visual_builder_page] increase timeout & remove FF sleep * unskip flaky test suites * run ciGroup6 12x times * fix tsvb_markdown tests * skip aggs test * fix waiting * run FF tests 8x times * Revert "run FF tests 8x times" This reverts commit 75ef2ce. * Revert "run ciGroup6 12x times" This reverts commit 217dbb8. * Update test/functional/page_objects/visual_builder_page.ts review fix Co-Authored-By: Spencer <[email protected]>
* [page_objects/visual_builder_page] increase timeout & remove FF sleep * unskip flaky test suites * run ciGroup6 12x times * fix tsvb_markdown tests * skip aggs test * fix waiting * run FF tests 8x times * Revert "run FF tests 8x times" This reverts commit 75ef2ce. * Revert "run ciGroup6 12x times" This reverts commit 217dbb8. * Update test/functional/page_objects/visual_builder_page.ts review fix Co-Authored-By: Spencer <[email protected]>
* [page_objects/visual_builder_page] increase timeout & remove FF sleep * unskip flaky test suites * run ciGroup6 12x times * fix tsvb_markdown tests * skip aggs test * fix waiting * run FF tests 8x times * Revert "run FF tests 8x times" This reverts commit 75ef2ce. * Revert "run ciGroup6 12x times" This reverts commit 217dbb8. * Update test/functional/page_objects/visual_builder_page.ts review fix Co-Authored-By: Spencer <[email protected]>
* [page_objects/visual_builder_page] increase timeout & remove FF sleep * unskip flaky test suites * run ciGroup6 12x times * fix tsvb_markdown tests * skip aggs test * fix waiting * run FF tests 8x times * Revert "run FF tests 8x times" This reverts commit 75ef2ce. * Revert "run ciGroup6 12x times" This reverts commit 217dbb8. * Update test/functional/page_objects/visual_builder_page.ts review fix Co-Authored-By: Spencer <[email protected]>
* [page_objects/visual_builder_page] increase timeout & remove FF sleep * unskip flaky test suites * run ciGroup6 12x times * fix tsvb_markdown tests * skip aggs test * fix waiting * run FF tests 8x times * Revert "run FF tests 8x times" This reverts commit 75ef2ce. * Revert "run ciGroup6 12x times" This reverts commit 217dbb8. * Update test/functional/page_objects/visual_builder_page.ts review fix Co-Authored-By: Spencer <[email protected]>
* [page_objects/visual_builder_page] increase timeout & remove FF sleep * unskip flaky test suites * run ciGroup6 12x times * fix tsvb_markdown tests * skip aggs test * fix waiting * run FF tests 8x times * Revert "run FF tests 8x times" This reverts commit 75ef2ce. * Revert "run ciGroup6 12x times" This reverts commit 217dbb8. * Update test/functional/page_objects/visual_builder_page.ts review fix Co-Authored-By: Spencer <[email protected]>
Summary
Fix flaky tests. Closes #45323, closes #45330, closes #45744
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers