- refactor: iOS implementation

- chore: add flags to run only one spec or disable spec in e2e tests
This commit is contained in:
Sefa Ilkimen
2019-11-17 19:33:19 +01:00
parent 19e1e7206b
commit 684874184d
7 changed files with 6438 additions and 257 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ module.exports = function init(global, jsUtil, cookieHandler, messages, base64,
return onFinished(result);
}
if (entry.value[1] instanceof global.Blob || entry.value[1] instanceof global.File) {
if (entry.value[1] instanceof global.Blob || entry.value[1] instanceof global.File) {
var reader = new global.FileReader();
reader.onload = function() {