[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:
Marius Dragomir 2023-08-17 16:57:13 +02:00 committed by GitHub
parent b7e009a6fc
commit 33c35a5acd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
});