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

Disable Orientation test on Android

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

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

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