chore(packaging): update import for the new file structure
This commit is contained in:
12
modules/angular2/e2e_test/test_util.es6
Normal file
12
modules/angular2/e2e_test/test_util.es6
Normal file
@ -0,0 +1,12 @@
|
||||
var benchpress = require('../../../tools/benchpress/index.js');
|
||||
|
||||
module.exports = {
|
||||
verifyNoBrowserErrors: benchpress.verifyNoBrowserErrors,
|
||||
clickAll: clickAll
|
||||
};
|
||||
|
||||
function clickAll(buttonSelectors) {
|
||||
buttonSelectors.forEach(function(selector) {
|
||||
$(selector).click();
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user