Skip to content

Commit

Permalink
Remove identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Jan 10, 2025
1 parent 6d1c11f commit 0ec8b55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ios/MullvadVPN/Classes/AccessbilityIdentifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public enum AccessibilityIdentifier: Equatable {
case loginTextFieldButton
case logoutButton
case purchaseButton
case storeKit2Button
case redeemVoucherButton
case restorePurchasesButton
case secureConnectionButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class AccountContentView: UIView {
value: "Make a purchase with StoreKit2",
comment: ""
), for: .normal)
button.setAccessibilityIdentifier(.storeKit2Button)
return button
}()

Expand Down

0 comments on commit 0ec8b55

Please sign in to comment.