ソースを参照

test: don't reload browser

Ifedapo Olarewaju 6 年 前
コミット
4435749cb7
1 ファイル変更3 行追加3 行削除
  1. 3 3
      test/endtoend/providers/test.js

+ 3 - 3
test/endtoend/providers/test.js

@@ -14,7 +14,7 @@ describe('File upload with Providers', () => {
     }
     }
 
 
     // ensure session is cleared
     // ensure session is cleared
-    browser.reload()
+    // browser.reload()
     startUploadTest(browser, 'GoogleDrive')
     startUploadTest(browser, 'GoogleDrive')
     signIntoGoogle(browser)
     signIntoGoogle(browser)
     finishUploadTest(browser)
     finishUploadTest(browser)
@@ -28,7 +28,7 @@ describe('File upload with Providers', () => {
     }
     }
 
 
     // ensure session is cleared
     // ensure session is cleared
-    browser.reload()
+    // browser.reload()
     startUploadTest(browser, 'Instagram')
     startUploadTest(browser, 'Instagram')
     // do oauth authentication
     // do oauth authentication
     browser.waitForExist('input[name=username]')
     browser.waitForExist('input[name=username]')
@@ -47,7 +47,7 @@ describe('File upload with Providers', () => {
     }
     }
 
 
     // ensure session is cleared
     // ensure session is cleared
-    browser.reload()
+    // browser.reload()
     startUploadTest(browser, 'Dropbox')
     startUploadTest(browser, 'Dropbox')
     // do oauth authentication
     // do oauth authentication
     browser.waitForVisible('button.auth-google')
     browser.waitForVisible('button.auth-google')