-
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
FTR: clear browser storage between test suites #48683
FTR: clear browser storage between test suites #48683
Conversation
💔 Build Failed |
💔 Build Failed |
@elasticmachine merge upstream |
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 on green
💚 Build Succeeded |
@elasticmachine merge upstream |
💔 Build FailedXpack-ciGroup3
|
retest |
💚 Build Succeeded |
@elasticmachine merge upstream |
💚 Build Succeeded |
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
@elasticmachine merge upstream |
💚 Build Succeeded |
* clear browser storage on test suite completion * [logstash/pipeline_list] fix tests dependency * always load new index data
* clear browser storage on test suite completion * [logstash/pipeline_list] fix tests dependency * always load new index data
* clear browser storage on test suite completion * [logstash/pipeline_list] fix tests dependency * always load new index data
Summary
In order to make test suites independent from browser perspective, we can clean session and local storages after each
describe
function. In this casedescribe
block cannot rely on previous file/describe block to finish at some point and should handle pre-conditions on its own.Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers