Class org.mozilla.fenix.components.appstate.OrientationModeTest
|
100%
successful |
Tests
Test | Duration | Result |
---|---|---|
WHEN screen configuration is landscape THEN orientation mode is landscape as well | 0s | passed |
WHEN screen configuration is of unknown value THEN an error is thrown | 0s | passed |
WHEN screen configuration is portrait THEN orientation mode is portrait as well | 0.001s | passed |
WHEN screen configuration is undefined THEN orientation mode is portrait as well | 0s | passed |