File tree 3 files changed +0
-69
lines changed
app/src/androidTest/java/fr/free/nrw/commons
3 files changed +0
-69
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class AchievementsActivityTest {
29
29
@Test
30
30
fun testAchievements () {
31
31
onView(withId(R .id.drawer_layout)).perform(DrawerActions .open())
32
- onView(withId(R .id.user_icon)).perform(click())
33
32
34
33
Intents .intended(hasComponent(ProfileActivity ::class .java.name))
35
34
}
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ class LeaderboardActivityTest {
45
45
@Test
46
46
fun testScrollToRankFromAbove () {
47
47
Espresso .onView(ViewMatchers .withId(R .id.drawer_layout)).perform(DrawerActions .open())
48
- Espresso .onView(ViewMatchers .withId(R .id.user_icon)).perform(ViewActions .click())
49
48
50
49
Espresso .onView(ViewMatchers .withId(R .id.tab_layout)).perform(ViewActions .click())
51
50
Espresso .onView(ViewMatchers .withId(R .id.tab_layout)).perform(selectTabAtPosition(1 ))
@@ -58,7 +57,6 @@ class LeaderboardActivityTest {
58
57
@Test
59
58
fun testScrollToRankFromBelow () {
60
59
Espresso .onView(ViewMatchers .withId(R .id.drawer_layout)).perform(DrawerActions .open())
61
- Espresso .onView(ViewMatchers .withId(R .id.user_icon)).perform(ViewActions .click())
62
60
63
61
Espresso .onView(ViewMatchers .withId(R .id.tab_layout)).perform(ViewActions .click())
64
62
Espresso .onView(ViewMatchers .withId(R .id.tab_layout)).perform(selectTabAtPosition(1 ))
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments