Browse Source

don’t use arrow function, for *this* to work

Artur Paikin 6 years ago
parent
commit
c16dc71fef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/endtoend/transloadit/test.js

+ 1 - 1
test/endtoend/transloadit/test.js

@@ -20,7 +20,7 @@ describe('Transloadit file processing', () => {
     browser.url(testURL)
   })
 
-  it('should upload a file to Transloadit and crop it', () => {
+  it('should upload a file to Transloadit and crop it', function () {
     const transloaditKey = process.env.TRANSLOADIT_KEY
     if (transloaditKey === undefined) {
       console.log('skipping Transloadit integration test')