-
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
Remove telemetry banner in EMS screenshots test #88096
Conversation
@elasticmachine merge upstream |
const PageObjects = getPageObjects(['maps']); | ||
|
||
describe('check Elastic Maps Server', function () { | ||
before(async function () { | ||
await PageObjects.maps.loadSavedMap('EMS Test'); | ||
await find.clickByButtonText('Dismiss'); |
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.
I used this since there isn't any data-test-subj for that button. once we add a test to check it works we can add a data-test-subj for it.
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: |
Co-authored-by: Kibana Machine <[email protected]>
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
3 similar comments
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
This fixes the flakiness from the scroll bar size between different OSs in screenshots. Dismissing the telemetry banner removes the scroll bar completely from the maps screen.