|  | @@ -2,12 +2,12 @@ const Utils = require('./Utils');
 | 
	
		
			
			| 2 | 2 |  const testIDs = require('../playground/src/testIDs');
 | 
	
		
			
			| 3 | 3 |  const { elementByLabel, elementById } = Utils;
 | 
	
		
			
			| 4 | 4 |  
 | 
	
		
			
			| 5 |  | -describe('Overlay', () => {
 | 
	
		
			
			|  | 5 | +describe('static lifecycle events', () => {
 | 
	
		
			
			| 6 | 6 |    beforeEach(async () => {
 | 
	
		
			
			| 7 | 7 |      await device.relaunchApp();
 | 
	
		
			
			| 8 | 8 |    });
 | 
	
		
			
			| 9 | 9 |  
 | 
	
		
			
			| 10 |  | -  it.skip('didAppear didDisappear', async () => {
 | 
	
		
			
			|  | 10 | +  it(':android: didAppear didDisappear', async () => {
 | 
	
		
			
			| 11 | 11 |      await elementById(testIDs.PUSH_STATIC_LIFECYCLE_BUTTON).tap();
 | 
	
		
			
			| 12 | 12 |      await expect(elementByLabel('Static Lifecycle Events Overlay')).toBeVisible();
 | 
	
		
			
			| 13 | 13 |      await expect(elementByLabel('didAppear | navigation.playground.StaticLifecycleOverlay')).toBeVisible();
 |