This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Test | |
public void testFacebook_correctData_enterNotificationCenter() throws Exception { | |
final UiDevice mDevice = | |
UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); | |
final int timeOut = 1000 * 60; | |
// Login Activity | |
onView(withId(R.id.btnFacebookLogin)).perform(click()); |