Skip to content

Commit

Permalink
unskip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant authored Sep 6, 2023
1 parent 9d5bb89 commit 86a757e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
const svlCommonPage = getPageObject('svlCommonPage');
const svlCommonNavigation = getService('svlCommonNavigation');

// Failing: See https://github.com/elastic/kibana/issues/165386
describe.skip('home page', function () {
describe('home page', function () {
it('has project header', async () => {
await svlCommonNavigation.navigateToKibanaHome();
await svlCommonPage.assertProjectHeaderExists();
Expand Down

0 comments on commit 86a757e

Please sign in to comment.