From a0f383b681267b6b3def761593c084f06313c525 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Fri, 17 Sep 2021 14:37:08 +0200 Subject: [PATCH] e2e: added step definition for reboot required on installation --- test/e2e/crcsuite/ux/uxsuite.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/crcsuite/ux/uxsuite.go b/test/e2e/crcsuite/ux/uxsuite.go index e95b73cd2e..126b4054bc 100644 --- a/test/e2e/crcsuite/ux/uxsuite.go +++ b/test/e2e/crcsuite/ux/uxsuite.go @@ -28,6 +28,8 @@ func FeatureContext(s *godog.Suite, bundleLocation *string, pullSecretFile *stri if handlersAreInitialized() { s.Step(`^install CRC tray$`, trayHandler.Install) + s.Step(`^reboot is required$`, + installerHandler.RebootRequired) s.Step(`^tray should be installed$`, trayHandler.IsInstalled) s.Step(`^tray icon should be accessible$`,