test that this doesn't crash
This commit is contained in:
parent
7d88689c2b
commit
619401dd4a
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ class TagHistoryTest extends ShimmieWebTestCase {
|
||||||
$this->assert_text("new (Set by demo");
|
$this->assert_text("new (Set by demo");
|
||||||
$this->click("Revert");
|
$this->click("Revert");
|
||||||
$this->assert_title("Image $image_id: pbx");
|
$this->assert_title("Image $image_id: pbx");
|
||||||
|
|
||||||
|
$this->get_page("tag_history");
|
||||||
|
$this->click("Global Tag History");
|
||||||
|
|
||||||
$this->delete_image($image_id);
|
$this->delete_image($image_id);
|
||||||
$this->log_out();
|
$this->log_out();
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue