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:
John Dorlus 2022-09-08 13:35:41 -04:00 committed by GitHub
parent 52febd8807
commit 5521574db2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');