mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
unskip Comment console test 139295 (#140234)
* Updated test to use uiSettings. * Pushing test to run in CI. * Pushing test to run in CI. * Fixed issue with merge conflict and removed comment for skipped test.
This commit is contained in:
parent
52febd8807
commit
5521574db2
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const PageObjects = getPageObjects(['common', 'console', 'header']);
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/139295
|
||||
describe.skip('console app', function testComments() {
|
||||
describe('console app', function testComments() {
|
||||
this.tags('includeFirefox');
|
||||
before(async () => {
|
||||
log.debug('navigateTo console');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue