Make sure unknowns and OTP fields are not hidden in PasswordTest
This commit is contained in:
parent
64956c6643
commit
ae57042f36
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ import XCTest
|
||||||
|
|
||||||
class PasswordTest: XCTestCase {
|
class PasswordTest: XCTestCase {
|
||||||
|
|
||||||
|
override static func setUp() {
|
||||||
|
super.setUp()
|
||||||
|
SharedDefaults[.isHideUnknownOn] = false
|
||||||
|
SharedDefaults[.isHideOTPOn] = false
|
||||||
|
}
|
||||||
|
|
||||||
func testUrl() {
|
func testUrl() {
|
||||||
let password = getPasswordObjectWith(content: "")
|
let password = getPasswordObjectWith(content: "")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue