소스 검색

test: fix create-react-app test

Renée Kooi 5 년 전
부모
커밋
72425316e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/endtoend/create-react-app/test.js

+ 1 - 1
test/endtoend/create-react-app/test.js

@@ -53,7 +53,7 @@ describe('React: Dashboard', () => {
     await toggle()
 
     // open GDrive panel
-    const gdriveButton = await $('.uppy-DashboardTab:nth-child(2) button')
+    const gdriveButton = await $('.uppy-DashboardTab:nth-child(1) button')
     await gdriveButton.click()
     await browser.pause(500)