mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ftr/serverless] Fix unhandled promise rejection (#166195)
Attempt at fixing https://buildkite.com/elastic/kibana-serverless/builds/2852#018a84d9-4310-45e5-8ba2-1fac9cb30a91/2232-2861
This commit is contained in:
parent
2f1da3ccc8
commit
7b4993fdcf
2 changed files with 4 additions and 4 deletions
|
@ -425,8 +425,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
|
|||
});
|
||||
|
||||
it('should set the cases title', async () => {
|
||||
svlCommonNavigation.breadcrumbs.expectExists();
|
||||
svlCommonNavigation.breadcrumbs.expectBreadcrumbExists({ text: createdCase.title });
|
||||
await svlCommonNavigation.breadcrumbs.expectExists();
|
||||
await svlCommonNavigation.breadcrumbs.expectBreadcrumbExists({ text: createdCase.title });
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -424,8 +424,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
|
|||
});
|
||||
|
||||
it('should set the cases title', async () => {
|
||||
svlCommonNavigation.breadcrumbs.expectExists();
|
||||
svlCommonNavigation.breadcrumbs.expectBreadcrumbExists({ text: createdCase.title });
|
||||
await svlCommonNavigation.breadcrumbs.expectExists();
|
||||
await svlCommonNavigation.breadcrumbs.expectBreadcrumbExists({ text: createdCase.title });
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue