mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Console] Run console test on chrome only (#160442)
This commit is contained in:
parent
0aa94eda79
commit
85c1e03d4f
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
|
|||
const log = getService('log');
|
||||
const PageObjects = getPageObjects(['common', 'console', 'header']);
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/157776
|
||||
describe.skip('Console variables', function testConsoleVariables() {
|
||||
this.tags('includeFirefox');
|
||||
describe('Console variables', function testConsoleVariables() {
|
||||
// FLAKY on firefox: https://github.com/elastic/kibana/issues/157776
|
||||
// this.tags('includeFirefox');
|
||||
before(async () => {
|
||||
log.debug('navigateTo console');
|
||||
await PageObjects.common.navigateToApp('console');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue