Mark the Android test for accentuated search as Incomplete.

Bu işleme şunda yer alıyor:
Sébastien Lucas 2014-04-15 15:18:24 +02:00
ebeveyn dbfd6b6a6e
işleme 54ee55b967
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme

Dosyayı Görüntüle

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