Fix the tag_edit tests.

This commit is contained in:
jgen 2014-02-19 04:15:00 -05:00
parent a717f5a0bd
commit 55f07d0cfd

View File

@ -27,13 +27,13 @@ class TagEditTest extends ShimmieWebTestCase {
$this->set_field("tag_edit__source", "example.com");
$this->click("Set");
$this->click("example.com");
$this->assert_title("Example domains");
$this->assert_title("Example Domain");
$this->back();
$this->set_field("tag_edit__source", "http://example.com");
$this->click("Set");
$this->click("example.com");
$this->assert_title("Example domains");
$this->assert_title("Example Domain");
$this->back();
$this->log_out();