|  | @@ -8,6 +8,6 @@ describe('screen style - static', () => {
 | 
	
		
			
			| 8 | 8 |  
 | 
	
		
			
			| 9 | 9 |    it('declare a navigationOptions on container component', async () => {
 | 
	
		
			
			| 10 | 10 |      await elementByLabel('Push Options Screen').tap();
 | 
	
		
			
			| 11 |  | -    await expect(elementByLabel('Static Title').and(by.type('UILabel'))).toBeVisible();
 | 
	
		
			
			|  | 11 | +    await expect(element(by.label('Static Title').and(by.type('UILabel')))).toBeVisible();
 | 
	
		
			
			| 12 | 12 |    });
 | 
	
		
			
			| 13 | 13 |  });
 |