add test case to confirm #761
This commit is contained in:
parent
159a862c02
commit
0e2a0b6f68
@ -14,6 +14,8 @@ class AdminPageTest extends ShimmieWebTestCase {
|
|||||||
$this->log_in_as_admin();
|
$this->log_in_as_admin();
|
||||||
$this->get_page('admin');
|
$this->get_page('admin');
|
||||||
$this->assert_title("Admin Tools");
|
$this->assert_title("Admin Tools");
|
||||||
|
$this->set_field("action", "purge unused tags");
|
||||||
|
$this->click("Go");
|
||||||
$this->log_out();
|
$this->log_out();
|
||||||
|
|
||||||
# FIXME: make sure the admin tools actually work
|
# FIXME: make sure the admin tools actually work
|
||||||
|
Loading…
x
Reference in New Issue
Block a user