Mark the Android test for accentuated search as Incomplete.
This commit is contained in:
parent
dbfd6b6a6e
commit
54ee55b967
|
@ -218,6 +218,10 @@ class Cops extends Sauce\Sausage\WebDriverTestCase
|
|||
|
||||
public function testSearchWithAccentuatedCharacters()
|
||||
{
|
||||
if ($this->getBrowser() == "Android") {
|
||||
$this->markTestIncomplete();
|
||||
return;
|
||||
}
|
||||
$this->normalSearch ("é", "É");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue