Merge "Standardize screenshot naming scheme"

This commit is contained in:
Miranda Kephart
2021-09-24 17:16:51 +00:00
committed by Android (Google) Code Review
@@ -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,