Unskipping fleet_functional/apps/home/welcome·ts test (#160078)

This commit is contained in:
Bhavya RM 2023-06-21 09:52:46 -04:00 committed by GitHub
parent c9134f131a
commit b122d39841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);