Browse Source

Click the button inside the dashboardtab

Renée Kooi 6 years ago
parent
commit
e47b40e7e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/endtoend/create-react-app/test.js

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

@@ -46,7 +46,7 @@ describe('React: Dashboard', () => {
     browser.pause(50)
 
     // open GDrive panel
-    browser.click('.uppy-DashboardTab:nth-child(2)')
+    browser.click('.uppy-DashboardTab:nth-child(2) button')
     browser.pause(50)
 
     // side effecting property access, not a function!