diff --git a/x-pack/test/search_sessions_integration/tests/apps/discover/async_search.ts b/x-pack/test/search_sessions_integration/tests/apps/discover/async_search.ts index d4c7bd7fcd16b2..b9397964fd16a8 100644 --- a/x-pack/test/search_sessions_integration/tests/apps/discover/async_search.ts +++ b/x-pack/test/search_sessions_integration/tests/apps/discover/async_search.ts @@ -74,7 +74,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { if (!rowActions.length) { throw new Error('row actions empty, trying again'); } - await rowActions[0].click(); + await rowActions[1].click(); }); await PageObjects.context.waitUntilContextLoadingHasFinished();