Refine lifecycle setup screen

This commit is contained in:
Joe Julian
2026-03-29 14:00:20 -07:00
parent 01e06deeef
commit 7e2e396264
3 changed files with 66 additions and 35 deletions
-3
View File
@@ -1668,9 +1668,6 @@ func TestUIUsesKeePassGOProductCopy(t *testing.T) {
if productName != "KeePassGO" {
t.Fatalf("productName = %q, want %q", productName, "KeePassGO")
}
if desktopSubtitle != "KeePass-compatible password management for desktop-first workflows" {
t.Fatalf("desktopSubtitle = %q, want updated product subtitle", desktopSubtitle)
}
}
func TestUICopyActionsWriteExpectedClipboardContentsAndSanitizedFeedback(t *testing.T) {