mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Test/Newsfeed] Re-enable test and add news item to be filtered (#53905)
This commit is contained in:
parent
592bc43600
commit
8c3145ea5c
2 changed files with 14 additions and 3 deletions
|
@ -88,7 +88,7 @@ const mockNewsfeed = (version: string) => ({
|
|||
badge: null,
|
||||
image_url: null,
|
||||
publish_on: '2019-06-21T00:00:00',
|
||||
expire_on: '2019-12-31T00:00:00',
|
||||
expire_on: '2040-01-31T00:00:00',
|
||||
hash: '39ca7d409c7eb25f4c69a5a6a11309b2f5ced7ca3f9b3a0109517126e0fd91ca',
|
||||
},
|
||||
{
|
||||
|
@ -100,6 +100,18 @@ const mockNewsfeed = (version: string) => ({
|
|||
badge: null,
|
||||
image_url: null,
|
||||
publish_on: '2019-06-21T00:00:00',
|
||||
expire_on: '2040-01-31T00:00:00',
|
||||
hash: 'db445c9443eb50ea2eb15f20edf89cf0f7dac2b058b11cafc2c8c288b6e4ce2a',
|
||||
},
|
||||
{
|
||||
title: { en: 'This item is expired!' },
|
||||
description: { en: 'This should not show up.' },
|
||||
link_text: { en: 'Generic feed-viewer could go here' },
|
||||
link_url: { en: 'https://feeds-staging.elastic.co' },
|
||||
languages: null,
|
||||
badge: null,
|
||||
image_url: null,
|
||||
publish_on: '2019-06-21T00:00:00',
|
||||
expire_on: '2019-12-31T00:00:00',
|
||||
hash: 'db445c9443eb50ea2eb15f20edf89cf0f7dac2b058b11cafc2c8c288b6e4ce2a',
|
||||
},
|
||||
|
|
|
@ -24,8 +24,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const globalNav = getService('globalNav');
|
||||
const PageObjects = getPageObjects(['common', 'newsfeed']);
|
||||
|
||||
// Failing: https://github.com/elastic/kibana/issues/53860
|
||||
describe.skip('Newsfeed', () => {
|
||||
describe('Newsfeed', () => {
|
||||
before(async () => {
|
||||
await PageObjects.newsfeed.resetPage();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue