diff --git a/tests/test_install.php b/tests/test_install.php index 233aaa30..c8d10c90 100644 --- a/tests/test_install.php +++ b/tests/test_install.php @@ -36,7 +36,10 @@ class ShimmieSimpleTestCase extends WebTestCase { $this->setFieldByName("database_user", $this->db_user); $this->setFieldByName("database_password", $this->db_pass); $this->assertFieldByName("database_name", "shimmie"); - + $this->clickSubmit("Go!"); + $this->assertTitle("Welcome to Shimmie"); + $this->assertText("Welcome to Shimmie"); + $this->assertText("This message will go away once your first image"); } }