Browse Source

is that it

Artur Paikin 8 years ago
parent
commit
a91ecb59e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/acceptance/dragdrop.spec.js

+ 1 - 1
test/acceptance/dragdrop.spec.js

@@ -46,7 +46,7 @@ module.exports = function (driver, platform, host) {
       // http://stackoverflow.com/questions/21994261/gettext-not-working-on-a-select-from-dropdown
 
       // TODO: figure out how to deal with multiple Uppy instances on the page
-      return driver.findElement({css: '.UppyDragDrop-Two-Progress .UppyProgressBar-percentage'})
+      return driver.findElement({css: '.UppyDragDrop-One-Progress .UppyProgressBar-percentage'})
         .getAttribute('textContent')
         .then(function (value) {
           var progress = parseInt(value)