Merge "Standardize screenshot naming scheme"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2aa6ab95bf
@@ -69,7 +69,7 @@ public class OverviewActions {
|
||||
try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer(
|
||||
"clicked screenshot button")) {
|
||||
UiObject2 closeScreenshot = mLauncher.waitForSystemUiObject(
|
||||
"global_screenshot_dismiss_image");
|
||||
"screenshot_dismiss_image");
|
||||
if (mLauncher.getNavigationModel()
|
||||
!= LauncherInstrumentation.NavigationModel.THREE_BUTTON) {
|
||||
mLauncher.expectEvent(TestProtocol.SEQUENCE_TIS,
|
||||
|
||||
Reference in New Issue
Block a user