Closed
Bug 1310470
Opened 9 years ago
Closed 8 years ago
Part of LoginManagerTests in UITests suite fails
Categories
(Firefox for iOS :: Build & Test, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: njpark, Unassigned)
Details
testListFiltering (https://github.com/mozilla-mobile/firefox-ios/blob/master/UITests/LoginManagerTests.swift#L68) fails on ios simulator. It appears that when the password field (masked) is being filtered, the screen will not be updated. Strangely, this test passes on device.
testLoginsListPromptsForPasscodeOnReentryFromBackground, testLoginsListPromptsForPasscodeOnReentryFromBackgroundWithDelay, testLoginsDetailsPromptsForPasscodeOnReentryFromBackground, testLoginsDetailsPromptsForPasscodeOnReentryFromBackgroundWithDelay (https://github.com/mozilla-mobile/firefox-ios/blob/master/UITests/LoginManagerTests.swift#L671) fails because after temporarily deactivated, the app cannot be reactivated after the specified time interval. Seems like it's related to https://github.com/kif-framework/KIF/issues/707
Above tests will be commented out when Bug 1310212 is checked in.
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•