forked from cybrespace/pinafore
		
	fix tests
This commit is contained in:
		
							parent
							
								
									3d921f3bfe
								
							
						
					
					
						commit
						dae8054276
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -28,6 +28,7 @@ test('favorites a status', async t => {
 | 
			
		|||
    .expect(getUrl()).contains('/notifications')
 | 
			
		||||
    .click(homeNavButton)
 | 
			
		||||
    .expect(getUrl()).eql('http://localhost:4002/')
 | 
			
		||||
    .hover(getNthStatus(4))
 | 
			
		||||
    .expect(getNthFavorited(4)).eql('true')
 | 
			
		||||
    .click(getNthFavoriteButton(4))
 | 
			
		||||
    .expect(getNthFavorited(4)).eql('false')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue