diff options
author | fupduck <fupduck@riseup.net> | 2018-02-08 06:05:56 -0800 |
---|---|---|
committer | fupduck <fupduck@riseup.net> | 2018-02-08 06:05:56 -0800 |
commit | ae938c20a11b6195936f97eebd32abd35335bceb (patch) | |
tree | d7dfd33f349bab895cfbbf12744c88b72cd50759 /app/src/androidTest | |
parent | c3d157c91ecc3a177efc4e089904684511e7710d (diff) | |
parent | 966b74e46c6723093dfb93cce64528d79441e70e (diff) |
Merge branch '8823_cw_tablet_layout' into '0.9.8'
8823 cw tablet layout
See merge request leap/bitmask_android!36
Diffstat (limited to 'app/src/androidTest')
-rw-r--r-- | app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java b/app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java index c7c6a86f..d7580c88 100644 --- a/app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java +++ b/app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java @@ -33,7 +33,7 @@ import static se.leap.bitmaskclient.Constants.SHARED_PREFERENCES; import static se.leap.bitmaskclient.MainActivity.ACTION_SHOW_VPN_FRAGMENT; import static se.leap.bitmaskclient.R.id.aboutLayout; import static se.leap.bitmaskclient.R.id.accountList; -import static se.leap.bitmaskclient.R.id.configuration_wizard_layout; +import static se.leap.bitmaskclient.R.id.provider_list_layout; import static se.leap.bitmaskclient.R.id.drawer_layout; import static se.leap.bitmaskclient.R.id.eipServiceFragment; import static se.leap.bitmaskclient.R.id.log_layout; @@ -104,7 +104,7 @@ public class StartActivityDrawerTest { mActivityRule.launchActivity(intent); onData(anything()).inAdapterView(withId(settingsList)).atPosition(0).perform(click()); - onView(withId(configuration_wizard_layout)).check(matches(isDisplayed())); + onView(withId(provider_list_layout)).check(matches(isDisplayed())); } @Test |