Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Apr 8, 2022
1 parent 37a87c2 commit d955ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional_with_es_ssl/apps/cases/list_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});

it('deletes a case correctly from the list', async () => {
cases.casesTable.deleteFirstListedCase();
await cases.casesTable.deleteFirstListedCase();
await cases.casesTable.waitForTableToFinishLoading();

await retry.tryForTime(2000, async () => {
Expand Down

0 comments on commit d955ed6

Please sign in to comment.