From b17194012187a242047290b2654f297214aa034f Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Fri, 30 Dec 2022 12:41:12 +0100 Subject: [PATCH] fix: enable agent status check --- e2e/_suites/fleet/features/fleet_mode.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/_suites/fleet/features/fleet_mode.feature b/e2e/_suites/fleet/features/fleet_mode.feature index e0e49f532b..5e44d9b36d 100644 --- a/e2e/_suites/fleet/features/fleet_mode.feature +++ b/e2e/_suites/fleet/features/fleet_mode.feature @@ -67,3 +67,4 @@ Scenario Outline: Un-installing the installed agent Given an agent is deployed to Fleet with "tar" installer When the "elastic-agent" process is "uninstalled" on the host Then the file system Agent folder is empty + And the agent is listed in Fleet as "offline"