Skip to content

Commit

Permalink
[Console] Fix and skip flaky tests (elastic#193508)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5ea37fb)

# Conflicts:
#	test/functional/apps/console/_autocomplete.ts
#	test/functional/apps/console/_misc_console_behavior.ts
#	test/functional/apps/console/_variables.ts
  • Loading branch information
sabarasaba committed Sep 20, 2024
1 parent b8b72be commit e6c38d5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion test/functional/apps/console/_autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
1 change: 0 additions & 1 deletion test/functional/apps/console/_console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
1 change: 0 additions & 1 deletion test/functional/apps/console/_misc_console_behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
1 change: 0 additions & 1 deletion test/functional/apps/console/_onboarding_tour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 0 additions & 2 deletions test/functional/apps/console/_variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit e6c38d5

Please sign in to comment.