Skip to content

Commit

Permalink
e2e: added step definition for reboot required on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianriobo authored and anjannath committed Oct 4, 2021
1 parent 0932d02 commit a0f383b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/crcsuite/ux/uxsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -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$`,
Expand Down

0 comments on commit a0f383b

Please sign in to comment.