You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
At the moment listview tests are failing because we were unable to run them in headless mode. For this to be possible, we need to define a fixed size for the viewport performed by the test.
The text was updated successfully, but these errors were encountered:
The viewport issue was fixed here.
Now we need to update the list view tests considering:
Update the list view reference screenshots using this lib. This way the screenshot size will be the same when running headless locally and on CI/CD (GitHub Actions)
Review what screens we are using for comparison. I noticed that some are too specific and hard to compare, for example, comparing scrolling a list by some % is very flaky. We need to use another approach.
At the moment listview tests are failing because we were unable to run them in headless mode. For this to be possible, we need to define a fixed size for the viewport performed by the test.
The text was updated successfully, but these errors were encountered: