diff --git a/x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/discover/search_source_alert.ts b/x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/discover/search_source_alert.ts index 0a05bfcbf9468..27e68ad83e942 100644 --- a/x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/discover/search_source_alert.ts +++ b/x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/discover/search_source_alert.ts @@ -199,7 +199,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const getResultsLink = async () => { // getting the link await dataGrid.clickRowToggle(); - await testSubjects.click('collapseBtn'); const contextMessageElement = await testSubjects.find('tableDocViewRow-context_message-value'); const contextMessage = await contextMessageElement.getVisibleText(); const [, link] = contextMessage.split(`Link\: `);