there is another test image now

This commit is contained in:
Shish 2012-03-09 21:34:03 +00:00
parent 37ba0348cc
commit b1a8a82bf2

View file

@ -24,6 +24,10 @@ class BulkAddTest extends ShimmieWebTestCase {
$this->assert_title(new PatternExpectation("/^Image \d+: data/")); $this->assert_title(new PatternExpectation("/^Image \d+: data/"));
$this->click("Delete"); $this->click("Delete");
$this->get_page("post/list/hash=e106ea2983e1b77f11e00c0c54e53805/1");
$this->assert_title(new PatternExpectation("/^Image \d+: data/"));
$this->click("Delete");
$this->log_out(); $this->log_out();
} }
} }