Fix typo in login feature-test. (#12651)
This commit is contained in:
		
					parent
					
						
							
								a391eaf4d8
							
						
					
				
			
			
				commit
				
					
						8a347f4937
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| require "rails_helper" | ||||
| 
 | ||||
| feature "Log in" do | ||||
|   given(:email)        { "test@examle.com" } | ||||
|   given(:email)        { "test@example.com" } | ||||
|   given(:password)     { "password" } | ||||
|   given(:confirmed_at) { Time.zone.now } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue