Commit 191cb44b authored by Anthony Berent's avatar Anthony Berent Committed by Commit Bot

Change screenshot tags from a map to a simple array of strings

Bug: None
Change-Id: Iac3de7f8dcad9692beb58ff991d1f70df8ca5eae
Reviewed-on: https://chromium-review.googlesource.com/738231
Commit-Queue: Anthony Berent <aberent@chromium.org>
Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524730}
parent a0d1a2fa
...@@ -55,8 +55,8 @@ public class ExampleUiCaptureTest { ...@@ -55,8 +55,8 @@ public class ExampleUiCaptureTest {
@Feature({"UiCatalogue"}) @Feature({"UiCatalogue"})
@ScreenShooter.Directory("TabSwitcher") @ScreenShooter.Directory("TabSwitcher")
public void testCaptureTabSwitcher() throws IOException, InterruptedException { public void testCaptureTabSwitcher() throws IOException, InterruptedException {
mScreenShooter.shoot("NTP"); mScreenShooter.shoot("NTP", ScreenShooter.TagsEnum.UiCatalogueExample);
Espresso.onView(ViewMatchers.withId(R.id.tab_switcher_button)).perform(ViewActions.click()); Espresso.onView(ViewMatchers.withId(R.id.tab_switcher_button)).perform(ViewActions.click());
mScreenShooter.shoot("Tab switcher"); mScreenShooter.shoot("Tab switcher", ScreenShooter.TagsEnum.UiCatalogueExample);
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment