Closed
Bug 1480728
Opened 7 years ago
Closed 7 years ago
XCUITest: testPromptPassCodeUponReentry is failing due to not possible to type passcode
Categories
(Firefox for iOS :: Build & Test, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
fxios | + | --- |
People
(Reporter: isabel_rios, Unassigned)
Details
This test which is an Authentication test is faling now becuase it is not able to type the passcode.
This is the error:
`Computed invalid hit point (-1.0, -1.0) for Key, 0x60400019ddc0, traits: 8589934640, label: '1'`
When doing this tap:
func type(text: String) {
text.forEach { char in
app.keys["\(char)"].tap()
}
}
It is really strange because that function is used by all the Authentication tests and only this one was failing on BB.
I can repro now with this test and other tests that worked on BB and on previous commits.
Now all Authentication tests are failing for me locally, even those that worked before in previous commits.
I have investigating and can't find the cause of this or the solution...any idea?
Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(npark)
Comment 1•7 years ago
|
||
I checked the latest buddybuild run on master, but it seems like it's passing? https://dashboard.buddybuild.com/apps/57bf25c0f096bc01001e21e0/build/5b63a911db024d00014b448a#logs
Flags: needinfo?(npark)
Reporter | ||
Comment 2•7 years ago
|
||
This is really strange, yeah, you are right it is passing now...I will be tracking this issue closely and see if it happens again on BB or locally (which is still repro...) Closing for now, it will be re-opened if it is seen again
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
•