Explorar el Código

test: fix create-react-app test

Renée Kooi hace 5 años
padre
commit
72425316e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)