Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Our use case is as follows
We want to validate that both small screen experience, and large screen experience work as intended in our tests. We display tabular content LazyColumn in a fragment for small screens, and LazyVerticalGrid for medium large sized screens respectively. We want to be able to simulate both environments in fragment scenario tests in our CI runs.
We don't have a dedicated registered large screen specific test device on FTL because of cost concerns, so we want to be able to simulate both environments regardless of the device in FTL.