Explorar el Código

Skip custom transition e2e on Android

Guy Carmeli hace 7 años
padre
commit
d4d86f53f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      e2e/CustomTransition.js

+ 1
- 1
e2e/CustomTransition.js Ver fichero

4
 
4
 
5
 const elementById = Utils.elementById;
5
 const elementById = Utils.elementById;
6
 
6
 
7
-describe('custom transition', () => {
7
+describe(':ios: custom transition', () => {
8
   beforeEach(async () => {
8
   beforeEach(async () => {
9
     await device.relaunchApp();
9
     await device.relaunchApp();
10
   });
10
   });