Skip to content

Commit

Permalink
[Discover] Unskip sidebar tests (#148295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta authored Jan 5, 2023
1 parent 636110e commit 9a0e692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/discover/group1/_sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const filterBar = getService('filterBar');
const fieldEditor = getService('fieldEditor');

// Failing: See https://github.com/elastic/kibana/issues/147687
describe.skip('discover sidebar', function describeIndexTests() {
describe('discover sidebar', function describeIndexTests() {
before(async function () {
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
});
Expand Down Expand Up @@ -541,6 +540,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await testSubjects.existOrFail('discoverNoResultsError'); // still has error

// check that the sidebar is rendered event after a refresh
await PageObjects.discover.waitUntilSidebarHasLoaded();
allFields = await PageObjects.discover.getAllFieldNames();
expect(allFields.includes('_invalid-runtimefield')).to.be(true);

Expand Down

0 comments on commit 9a0e692

Please sign in to comment.