Skip to content

Commit

Permalink
[Event annotations] re-enable data view switching tests (elastic#170804)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon and kibanamachine authored Nov 8, 2023
1 parent 552e87b commit c902f90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/functional/apps/visualize/group3/_annotation_listing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const retry = getService('retry');
const log = getService('log');

// Failing: See https://github.com/elastic/kibana/issues/170578
describe.skip('annotation listing page', function () {
describe('annotation listing page', function () {
before(async function () {
await kibanaServer.importExport.load(
'test/functional/fixtures/kbn_archiver/annotation_listing_page_search'
Expand Down Expand Up @@ -156,11 +155,14 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

await PageObjects.annotationEditor.saveGroup();
await listingTable.clearSearchFilter();
});
});

describe('data view switching', () => {
before(async () => {
await listingTable.clearSearchFilter();
});

it('recovers from missing data view', async () => {
await listingTable.clickItemLink('eventAnnotation', 'missing data view');

Expand Down

0 comments on commit c902f90

Please sign in to comment.