Преглед на файлове

Skip custom transition e2e on Android

Guy Carmeli преди 6 години
родител
ревизия
d4d86f53f8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      e2e/CustomTransition.js

+ 1
- 1
e2e/CustomTransition.js Целия файл

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