Bug 1233497 - Remove some more CPOW yields from Tasks in devtools tests. r=jryans

This commit is contained in:
Mike Conley 2016-01-11 10:08:38 -05:00
parent fd9e0817fa
commit ed8b97bc5e
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ add_task(function* () {
swatch.click();
yield onShown;
let testNode = yield getNode("#testid");
let testNode = getNode("#testid");
yield simulateColorPickerChange(view, cPicker, [0, 255, 0, 1], {
element: testNode,

View File

@ -46,7 +46,7 @@ function* basicTest(view, name, result) {
swatch.click();
yield onShown;
let testNode = yield getNode("#testid");
let testNode = getNode("#testid");
yield simulateColorPickerChange(view, cPicker, [0, 255, 0, 1], {
element: testNode,