Skip to content

Commit

Permalink
Follow-up to PR#3136: Change CodeReady Containers to CRC in extended …
Browse files Browse the repository at this point in the history
…tests folder
  • Loading branch information
jsliacan authored and anjannath committed Jun 28, 2022
1 parent c07a771 commit 2439887
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on run {installerPath, adminPassword}
set installer to installerPath as POSIX file
set installerWindow to "Install CodeReady Containers"
set installerWindow to "Install CRC"
tell application "Finder" to open installer
delay 1
tell application "System Events"
Expand Down
2 changes: 1 addition & 1 deletion test/extended/crc/ux/installer/installer_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
installerWindowTitle string = "CodeReady Containers Setup"
installerWindowTitle string = "CRC Setup"

installerStartTime time.Duration = 20 * time.Second
elementClickTime time.Duration = 2 * time.Second
Expand Down
4 changes: 2 additions & 2 deletions test/extended/crc/ux/notification/notification_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ type gowinxHandler struct {
}

const (
startMessage string = "CodeReady Containers Cluster has started"
startMessage string = "CRC Cluster has started"
stopMessage string = "Cluster stopped"
deleteMessage string = "Cluster deleted"

notificationGroupName string = "CodeReady Containers"
notificationGroupName string = "CRC"
)

func NewNotification() Notification {
Expand Down
2 changes: 1 addition & 1 deletion test/extended/crc/ux/tray/tray_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type gowinxHandler struct {
const (
trayAssemblyName string = "crc-tray.exe"

notificationIcon string = "CodeReady Containers"
notificationIcon string = "CRC"
contextMenu string = "menu"
loginMenu string = "loginMenu"

Expand Down

0 comments on commit 2439887

Please sign in to comment.