Closed
Bug 1518472
Opened 7 years ago
Closed 7 years ago
XCUITests: Fix compilation warning
Categories
(Firefox for iOS :: Build & Test, enhancement)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | + | --- |
People
(Reporter: isabel_rios, Assigned: isabel_rios)
Details
Attachments
(1 file)
There is this warning when compiling the build:
forced cast of 'String' to same type has no effect
» XCTAssertEqual(app.tables.cells["TopSitesRows"].label as! String, "Top Sites, Rows: 2")
Let's try to fix it to remove unnecessary warnings from logs
| Assignee | ||
Comment 1•7 years ago
|
||
See for example logs here, L#2823: https://dashboard.buddybuild.com/apps/57bf25c0f096bc01001e21e0/build/5c34a6b5a318db0001ce8f4c#logs
| Assignee | ||
Comment 2•7 years ago
|
||
Assignee: nobody → irios.mozilla
| Assignee | ||
Updated•7 years ago
|
Attachment #9035452 -
Flags: review?(npark)
Updated•7 years ago
|
Attachment #9035452 -
Flags: review?(npark) → review+
| Assignee | ||
Comment 3•7 years ago
|
||
Landed on master: https://github.com/mozilla-mobile/firefox-ios/commit/7cdc859ce3d753581789a52fbd53dd3bfb671a67
This has to be uplifted to v15.x
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•