Closed
Bug 1310468
Opened 9 years ago
Closed 7 years ago
Part of BookmarkingTests and HistoryTest in UITests suite fails
Categories
(Firefox for iOS :: Build & Test, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: njpark, Unassigned)
Details
testChangingDynamicFontOnBookmarks (https://github.com/mozilla-mobile/firefox-ios/blob/master/UITests/BookmarkingTests.swift#L87) fails because from iOS 10, there is no known way to change the fonts of the target device. After discussion with sleroux, only way to change fonts seems to be via command line argument, which is not suitable for this test.
testBookmarkNoTitle (https://github.com/mozilla-mobile/firefox-ios/blob/master/UITests/BookmarkingTests.swift#L107) fails because Firefox does not allow bookmarking of local pages.
Both tests will be commented out when Bug 1310212 is checked in.
Reporter | ||
Comment 1•9 years ago
|
||
This affects testChangingDynamicFontOnHistory in https://github.com/mozilla-mobile/firefox-ios/blob/master/UITests/HistoryTests.swift#L58 as well.
Summary: Part of BookmarkingTests in UITests suite fails → Part of BookmarkingTests and HistoryTest in UITests suite fails
Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•