| 
				
			 | 
			
			
				@@ -16,7 +16,7 @@ describe('screen stack', () => { 
			 | 
		
	
		
			
			| 
				16
			 | 
			
				16
			 | 
			
			
				     await expect(elementById(testIDs.WELCOME_SCREEN_HEADER)).toBeVisible(); 
			 | 
		
	
		
			
			| 
				17
			 | 
			
				17
			 | 
			
			
				   }); 
			 | 
		
	
		
			
			| 
				18
			 | 
			
				18
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				19
			 | 
			
				
			 | 
			
			
				-  it('push and pop screen with out animation', async () => { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				19
			 | 
			
			
				+  it(':android: push and pop screen with out animation', async () => { 
			 | 
		
	
		
			
			| 
				20
			 | 
			
				20
			 | 
			
			
				     await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap(); 
			 | 
		
	
		
			
			| 
				21
			 | 
			
				21
			 | 
			
			
				     await expect(elementById(testIDs.OPTIONS_SCREEN_HEADER)).toBeVisible(); 
			 | 
		
	
		
			
			| 
				22
			 | 
			
				22
			 | 
			
			
				     Android.pressBack(); 
			 |