mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Unskipping fleet_functional/apps/home/welcome·ts test (#160078)
This commit is contained in:
parent
c9134f131a
commit
b122d39841
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common', 'home']);
|
||||
const kibanaServer = getService('kibanaServer');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/156809
|
||||
describe.skip('Welcome interstitial', () => {
|
||||
describe('Welcome interstitial', () => {
|
||||
before(async () => {
|
||||
// Need to navigate to page first to clear storage before test can be run
|
||||
await PageObjects.common.navigateToUrl('home', undefined);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue