Bläddra i källkod

test: fix create-react-app test

Renée Kooi 5 år sedan
förälder
incheckning
72425316e2
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)