Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ public final class Cn1ssDeviceRunner extends DeviceRunner {
new TransformCamera(),
new BrowserComponentScreenshotTest(),
new MediaPlaybackScreenshotTest(),
new OrientationLockScreenshotTest(),
new SheetScreenshotTest(),
new ImageViewerNavigationScreenshotTest(),
// Keep this as the last screenshot test; orientation changes can leak into subsequent screenshots.
new OrientationLockScreenshotTest(),
new InPlaceEditViewTest(),
new BytecodeTranslatorRegressionTest(),
new BackgroundThreadUiAccessTest(),
Expand Down
Loading