Fix the tag_edit tests.
This commit is contained in:
parent
a717f5a0bd
commit
55f07d0cfd
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user