Pārlūkot izejas kodu

Disable Orientation test on Android

Guy Carmeli 7 gadus atpakaļ
vecāks
revīzija
4c6306974b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      e2e/Orientations.test.js

+ 1
- 1
e2e/Orientations.test.js Parādīt failu

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