fix typo
This commit is contained in:
parent
a6fd0ef431
commit
7cf22b17ce
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class TheTicketViewActivity extends BaseIntegration<TicketViewActivity> {
|
|||
}
|
||||
|
||||
@MediumTest
|
||||
public void test_click_on_barcode_openes_fullscreen_barcode() {
|
||||
public void test_click_on_barcode_opens_fullscreen_barcode() {
|
||||
getActivity();
|
||||
onView(withId(R.id.barcode_img)).perform(click());
|
||||
|
||||
|
|
Loading…
Reference in a new issue