FLUID-6644: Separated panel test fails: Scrolled to panel beyond bounds (#74) on Chrome Android

Metadata

Source
FLUID-6644
Type
Bug
Priority
Major
Status
Closed
Resolution
Duplicate
Assignee
N/A
Reporter
Jonathan Hung
Created
2021-06-29T15:13:41.508-0400
Updated
2021-07-05T15:32:06.937-0400
Versions
  1. 3.0
Fixed Versions
N/A
Component
  1. Prefs Framework

Description

Separated panel test: Scrolled to panel below bounds (#62) fails on Chrome on Android when running the automated tests.

The following is the output:

Separated panel integration tests: Separated panel integration tests: Scrolled to panel beyond bounds: The panel at index 5 should be scrolled into view with offset = 0 - at sequence position 15 of 19
Expected: 	
0
Result: 	
0.04010695219039917
Diff: 	
0 0.04010695219039917

Environments

Android 11
Chrome 91.0.4472.120

Attachments

Comments

  • Justin Obara commented 2021-06-29T16:34:02.860-0400

    Wasn't able to reproduce on Pixel 5 running Android 11 and Chrome 91.0.4472.120

  • Jonathan Hung commented 2021-07-05T10:44:19.103-0400

    It seems that if the Display Size setting on the device is other than Default, this test would fail.

    By setting the display size to small, you will be able to reproduce this.

  • Jonathan Hung commented 2021-07-05T15:31:57.956-0400

    FLUID-6650 now covers this issue.