[8.x] [Console] Fix and skip flaky tests (#193508) (#193527)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Console] Fix and skip flaky tests
(#193508)](https://github.com/elastic/kibana/pull/193508)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Ignacio
Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2024-09-20T09:45:55Z","message":"[Console]
Fix and skip flaky tests
(#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana
Management","release_note:skip","v9.0.0","backport:prev-minor","v8.16.0"],"number":193508,"url":"https://github.com/elastic/kibana/pull/193508","mergeCommit":{"message":"[Console]
Fix and skip flaky tests
(#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193508","number":193508,"mergeCommit":{"message":"[Console]
Fix and skip flaky tests
(#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
This commit is contained in:
Ignacio Rivas 2024-09-20 14:50:32 +02:00 committed by GitHub
parent d8a35bc80d
commit 297ab0b2a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 6 deletions

View file

@ -35,7 +35,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
}
describe('console autocomplete feature', function describeIndexTests() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');

View file

@ -20,7 +20,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const security = getService('security');
describe('console app', function describeIndexTests() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');

View file

@ -19,7 +19,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'console', 'header']);
describe('misc console behavior', function testMiscConsoleBehavior() {
this.tags('includeFirefox');
before(async () => {
await browser.setWindowSize(1200, 800);
await PageObjects.common.navigateToApp('console');

View file

@ -17,7 +17,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
describe('console onboarding tour', function describeIndexTests() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');

View file

@ -16,8 +16,6 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
const PageObjects = getPageObjects(['common', 'console', 'header']);
describe('Console variables', function testConsoleVariables() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');
await PageObjects.common.navigateToApp('console');