Skip to content

Commit

Permalink
Merge branch 'discover-unskip-security-functional' of github.com:kert…
Browse files Browse the repository at this point in the history
…al/kibana into discover-unskip-security-functional
  • Loading branch information
kertal committed Apr 13, 2022
2 parents 2c9e902 + 6369681 commit 6452dc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const Overview: FC<Props> = ({ newsFetchResult, solutions, features }) =>
defaultMessage:
'Use Elastic Agent or Beats to collect data and build out Analytics solutions.',
}),
'data-test-subj': "kbnOverviewAddIntegrations"
'data-test-subj': 'kbnOverviewAddIntegrations',
},
},
docsLink: docLinks.links.kibana.guide,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
ensureCurrentUrl: false,
shouldUseHashForSubUrl: false,
});
await testSubjects.existOrFail('kbnOverviewAddIntegrations', { timeout: config.get('timeouts.waitFor') });
await testSubjects.existOrFail('kbnOverviewAddIntegrations', {
timeout: config.get('timeouts.waitFor'),
});
});
});
});
Expand Down

0 comments on commit 6452dc8

Please sign in to comment.