summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-06 23:46:34 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-06 23:46:34 +0000
commit6f9ea8e657b9c755c2892749fcce32b033d47c75 (patch)
treedaf1b14542e60fa836f87b1007461c234053f16c
parentb1dd1ddd8ca68bc76c26457bc76ab6b55f32741c (diff)
parentebaf3a21f6da4c1e791d1d2a69fd8270981c7195 (diff)
downloadtesting-gradle_3.0.0.tar.gz
Snap for 4382717 from ebaf3a21f6da4c1e791d1d2a69fd8270981c7195 to studio-3.0-releasestudio-3.0gradle_3.0.0
Change-Id: I81945af8c1ebff28f39292e307326be381695b81
-rw-r--r--test-recorder/src/META-INF/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-recorder/src/META-INF/plugin.xml b/test-recorder/src/META-INF/plugin.xml
index 0cc409a..e2e7722 100644
--- a/test-recorder/src/META-INF/plugin.xml
+++ b/test-recorder/src/META-INF/plugin.xml
@@ -34,7 +34,7 @@
<actions>
<action id="GoogleCloudTesting.TestRecorder" class="com.google.gct.testrecorder.ui.TestRecorderAction" text="Record Espresso Test" description="Record Espresso test for selected configuration">
- <add-to-group group-id="RunMenu" anchor="after" relative-to-action="ChooseDebugConfiguration"/>
+ <add-to-group group-id="RunMenu" anchor="after" relative-to-action="Android.ChooseProfileConfiguration"/>
</action>
<action id="GoogleCloudTesting.RoboScriptRecorder" class="com.google.gct.testrecorder.ui.TestRecorderAction" text="Record Robo Script" description="Record Robo script for selected configuration">
<add-to-group group-id="RunMenu" anchor="after" relative-to-action="GoogleCloudTesting.TestRecorder"/>