DocSpace-client/packages/client/steps_file.js

11 lines
266 B
JavaScript
Raw Normal View History

2022-02-11 11:59:09 +00:00
// in this file you can append custom step methods to 'I' object
module.exports = function() {
return actor({
// Define custom steps here, use 'this' to access default methods of I.
// It is recommended to place a general 'login' function here.
});
}