[7.x] [Logs UI] Unskip log highlight api integration test (#71058) (#71442)

Backports the following commits to 7.x:
 - [Logs UI] Unskip log highlight api integration test (#71058)
This commit is contained in:
Felix Stürmer 2020-07-13 18:12:12 +02:00 committed by GitHub
parent c9b6f8ae24
commit c5a4017a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,9 +122,7 @@ export default function ({ getService }: FtrProviderContext) {
});
});
// Skipped since it behaves differently in master and in the 7.X branch
// See https://github.com/elastic/kibana/issues/49959
it.skip('highlights field columns', async () => {
it('highlights field columns', async () => {
const { body } = await supertest
.post(LOG_ENTRIES_HIGHLIGHTS_PATH)
.set(COMMON_HEADERS)