yogevbd 6 年 前
コミット
df62e0aee3
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      e2e/ScreenStyle.test.js

+ 1
- 1
e2e/ScreenStyle.test.js ファイルの表示

@@ -128,7 +128,7 @@ describe('screen style', () => {
128 128
     await expect(elementById(testIDs.TOP_BAR_ELEMENT)).toBeVisible();
129 129
   });
130 130
 
131
-  it(':android: set title component', async () => {
131
+  it('set title component', async () => {
132 132
     await elementById(testIDs.PUSH_OPTIONS_BUTTON).tap();
133 133
     await elementById(testIDs.SHOW_TOPBAR_REACT_VIEW).tap();
134 134
     await expect(elementByLabel('Press Me')).toBeVisible();