Mark the Android test for accentuated search as Incomplete.

This commit is contained in:
Sébastien Lucas 2014-04-15 15:18:24 +02:00
父節點 dbfd6b6a6e
當前提交 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 ("é", "É");
}
}