Check for the correct text if the install succeeds.
This commit is contained in:
		
							parent
							
								
									74748d55c0
								
							
						
					
					
						commit
						dc8d1b4f49
					
				| @ -41,12 +41,8 @@ class ShimmieSimpleTestCase extends WebTestCase { | |||||||
| 		$this->assertField("database_name", "shimmie"); | 		$this->assertField("database_name", "shimmie"); | ||||||
| 		$this->clickSubmit("Go!"); | 		$this->clickSubmit("Go!"); | ||||||
| 		 | 		 | ||||||
| 		if (!$this->assertTitle("Welcome to Shimmie")) { | 		if (!$this->assertText("Installation Succeeded!")) { | ||||||
| 			$this->showSource(); | 			$this->showSource(); | ||||||
| 		} | 		} | ||||||
| 		 |  | ||||||
| 		$this->assertText("Welcome to Shimmie"); |  | ||||||
| 		$this->assertText("This message will go away once your first image"); |  | ||||||
| 	} | 	} | ||||||
| 	 |  | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user