Browse Source

Mark the Android test for accentuated search as Incomplete.

master
Sébastien Lucas 10 years ago
parent
commit
54ee55b967
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      test/Sauce.php

+ 4
- 0
test/Sauce.php View File

@@ -218,6 +218,10 @@ class Cops extends Sauce\Sausage\WebDriverTestCase

public function testSearchWithAccentuatedCharacters()
{
if ($this->getBrowser() == "Android") {
$this->markTestIncomplete();
return;
}
$this->normalSearch ("é", "É");
}
}

Loading…
Cancel
Save