mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
CB-7674: Added sleep to avoid null error after most recent change to not break API
This commit is contained in:
parent
c255a84941
commit
6cbf6b7875
@ -75,6 +75,7 @@ public class IntentUriOverrideTest extends ActivityInstrumentationTestCase2<Sabo
|
||||
runTestOnUiThread(new Runnable() {
|
||||
public void run()
|
||||
{
|
||||
sleep();
|
||||
boolean isBadUrl = testView.getUrl().equals(BAD_URL);
|
||||
assertFalse(isBadUrl);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user