mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[QA] Dismiss telemetry banner in ccs console test (#164178)
## Summary Removing the telemetry banner during the CCS console test will help with flakiness (allowing for more of the query result to be in the view port).
This commit is contained in:
parent
b7e009a6fc
commit
33c35a5acd
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
before(async () => {
|
||||
log.debug('navigateTo console');
|
||||
await PageObjects.common.navigateToApp('console');
|
||||
await PageObjects.common.dismissBanner();
|
||||
await retry.try(async () => {
|
||||
await PageObjects.console.collapseHelp();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue