Check for the correct text if the install succeeds.
This commit is contained in:
parent
74748d55c0
commit
dc8d1b4f49
1 changed files with 1 additions and 5 deletions
|
@ -41,12 +41,8 @@ class ShimmieSimpleTestCase extends WebTestCase {
|
|||
$this->assertField("database_name", "shimmie");
|
||||
$this->clickSubmit("Go!");
|
||||
|
||||
if (!$this->assertTitle("Welcome to Shimmie")) {
|
||||
if (!$this->assertText("Installation Succeeded!")) {
|
||||
$this->showSource();
|
||||
}
|
||||
|
||||
$this->assertText("Welcome to Shimmie");
|
||||
$this->assertText("This message will go away once your first image");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue