Open
Bug 1398352
Opened 7 years ago
Updated 2 years ago
UITests/testDisplaySharesheetWhileJSPromptOccurs is failing due to new behaviors
Categories
(Firefox for iOS :: Build & Test, enhancement, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
fxios | 10.0 | --- |
People
(Reporter: njpark, Unassigned)
Details
(Whiteboard: [MobileCore])
Since we moved to Xcode 9, this test is failing, because of a slight behavior change.
This test opens a page that fires JS prompt in a few seconds. Before the JS prompt fires, a share dialog is opened. When share dialog is closed, the JS Prompt dialog should be dequeued and displayed. However, from XCode 9 and iOS 11, what happens is that when share dialog is closed, the JS dialog is no longer dequeued.
Is this a problem? or should we remove this test (if this behavior is no longer expected)
Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(fpatel)
Reporter | ||
Comment 1•7 years ago
|
||
Note: the test is currently disabled.
Updated•7 years ago
|
Whiteboard: [MobileCore]
Updated•7 years ago
|
Updated•7 years ago
|
Assignee: nobody → fpatel
Flags: needinfo?(fpatel)
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Assignee: fpatel → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•