зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1338257 - Remove remaining legacy generator from testing/marionette/. r=ato
This commit is contained in:
Родитель
4529253bd3
Коммит
44f45bf316
|
@ -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;
|
||||
}, () => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче