Bug 1338257 - Remove remaining legacy generator from testing/marionette/. r=ato

This commit is contained in:
Tooru Fujisawa 2017-02-11 11:47:57 +09:00
Родитель 4529253bd3
Коммит 44f45bf316
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -231,7 +231,7 @@ interaction.selectOption = function (el) {
* @param {string} path
* Full path to file.
*/
interaction.uploadFile = function (el, path) {
interaction.uploadFile = function* (el, path) {
let file = yield File.createFromFileName(path).then(file => {
return file;
}, () => {