Re-enable tests for Picture-in-Picture toggle disabled in bug 1540835
Categories
(Toolkit :: Picture-in-Picture, defect, P3)
Tracking
()
People
(Reporter: mconley, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [pip-needs-eng-triage])
Attachments
(1 obsolete file)
I had to land the tests in bug 1540835 with the following tests disabled either on Linux or globally:
[browser_toggleButtonOverlay.js]
skip-if = true # Bug 1546455
[browser_toggleOpaqueOverlay.js]
skip-if = true # Bug 1546455
[browser_toggleSimple.js]
skip-if = os == "linux" || (verify && (os == 'win')) # Bug 1546455
[browser_toggleTransparentOverlay-1.js]
skip-if = os == "linux" || (verify && (os == 'win')) # Bug 1546455
[browser_toggleTransparentOverlay-2.js]
skip-if = os == "linux" || (verify && (os == 'win')) # Bug 1546455
I had to disable the tests because they were failing during test-verify in automation. This bug is about figuring out why the tests are failing, and re-enabling them.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Hey, I'm quite interested to work upon this. Can you help me to understand how should I go through the problem. Any idea if you have.
Comment 2•4 years ago
|
||
Can you provide some methods we should use to reproduce the bugs and some methods we can try?
Updated•3 years ago
|
Updated•2 years ago
|
Description
•