Skip to content

Commit 707aee6

Browse files
committed
Unskip and remove from running on FF
1 parent 4b7609f commit 707aee6

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

test/functional/apps/console/_autocomplete.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
3434
});
3535
}
3636

37-
// Failing: See https://github.com/elastic/kibana/issues/191808
38-
describe.skip('console autocomplete feature', function describeIndexTests() {
39-
this.tags('includeFirefox');
37+
describe('console autocomplete feature', function describeIndexTests() {
4038
before(async () => {
4139
log.debug('navigateTo console');
4240
await PageObjects.common.navigateToApp('console');

test/functional/apps/console/_misc_console_behavior.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
1818
const browser = getService('browser');
1919
const PageObjects = getPageObjects(['common', 'console', 'header']);
2020

21-
// Failing: See https://github.com/elastic/kibana/issues/193309
22-
describe.skip('misc console behavior', function testMiscConsoleBehavior() {
23-
this.tags('includeFirefox');
21+
describe('misc console behavior', function testMiscConsoleBehavior() {
2422
before(async () => {
2523
await browser.setWindowSize(1200, 800);
2624
await PageObjects.common.navigateToApp('console');

test/functional/apps/console/_variables.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
1515
const log = getService('log');
1616
const PageObjects = getPageObjects(['common', 'console', 'header']);
1717

18-
// Failing: See https://github.com/elastic/kibana/issues/157776
19-
describe.skip('Console variables', function testConsoleVariables() {
20-
this.tags('includeFirefox');
21-
18+
describe('Console variables', function testConsoleVariables() {
2219
before(async () => {
2320
log.debug('navigateTo console');
2421
await PageObjects.common.navigateToApp('console');

0 commit comments

Comments
 (0)