2
edits
(Update helper file naming convention) |
Ajkerrigan (talk | contribs) (→Write small, maintainable code: cssSelector and makeChanges are members of step rather than desc) |
||
Line 172: | Line 172: | ||
for (let step of TESTS) { | for (let step of TESTS) { | ||
info("Testing step: " + step.desc); | info("Testing step: " + step.desc); | ||
yield selectNode( | yield selectNode(step.cssSelector, inspector); | ||
yield | yield step.makeChanges(); | ||
} | } | ||
}); | }); |
edits