Mark the Android test for accentuated search as Incomplete.

このコミットが含まれているのは:
Sébastien Lucas 2014-04-15 15:18:24 +02:00
コミット 54ee55b967
1個のファイルの変更4行の追加0行の削除

ファイルの表示

@ -218,6 +218,10 @@ class Cops extends Sauce\Sausage\WebDriverTestCase
public function testSearchWithAccentuatedCharacters()
{
if ($this->getBrowser() == "Android") {
$this->markTestIncomplete();
return;
}
$this->normalSearch ("é", "É");
}
}