[wdspec] Avoid opening software keyboard while running testing/web-platform/tests/webdriver/tests/classic/element_click/scroll_into_view.py on Android
Categories
(Remote Protocol :: Marionette, defect, P3)
Tracking
(firefox130 fixed)
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:external], [wptsync upstream])
Attachments
(1 file)
In bug 1831649 I am going to change our TestRunner activity's windowSoftInputMode
to "stateUnspecified|adjustResize", then it turned out that it makes "test_partially_visible_does_not_scroll[9]" (which is the first test case of test_partially_visible_does_not_scroll) fail.
The reason why it fails is because in the previous test named test_scroll_into_view
the software keyboard opens, thus with "stateUnspecified|adjustResize" the content area gets resized by the software keyboard, then the first test case of test_partially_visible_does_not_scroll fails. Without specifying "stateUnspecified|adjustResize" the contents never gets resized by the software keyboard.
Anyways, the resized behavior is our browser's default, Fenix, Focus. So I am pretty sure the test will also fail once after we start running tests on Fenix (bug 1880800).
Assignee | ||
Comment 1•7 months ago
|
||
The test should just work regardless whether the keyboard is open or not, but
if it's open and the content gets resized by the keyboard, the next test case
will not work as expected.
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Comment 4•7 months ago
|
||
bugherder |
Description
•