case sensitivity?
This commit is contained in:
parent
e3c0b3fbc2
commit
991a66edf0
@ -30,13 +30,13 @@ class TagEditTest extends ShimmieWebTestCase {
|
|||||||
|
|
||||||
$this->set_field("tag_edit__source", "example.com");
|
$this->set_field("tag_edit__source", "example.com");
|
||||||
$this->click("Set");
|
$this->click("Set");
|
||||||
$this->click("Source");
|
$this->click("source");
|
||||||
$this->assert_title("Example Web Page");
|
$this->assert_title("Example Web Page");
|
||||||
$this->back();
|
$this->back();
|
||||||
|
|
||||||
$this->set_field("tag_edit__source", "http://example.com");
|
$this->set_field("tag_edit__source", "http://example.com");
|
||||||
$this->click("Set");
|
$this->click("Set");
|
||||||
$this->click("Source");
|
$this->click("source");
|
||||||
$this->assert_title("Example Web Page");
|
$this->assert_title("Example Web Page");
|
||||||
$this->back();
|
$this->back();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user