CB-7674: Added sleep to avoid null error after most recent change to not break API

This commit is contained in:
Joe Bowser 2014-09-30 17:57:42 -07:00
parent c255a84941
commit 6cbf6b7875

View File

@ -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);
}