Skip to content

Instantly share code, notes, and snippets.

@nicolanrizzo
Created May 11, 2016 07:11
Show Gist options
  • Save nicolanrizzo/12cf8fe5b8916d82e355f653423b62d2 to your computer and use it in GitHub Desktop.
Save nicolanrizzo/12cf8fe5b8916d82e355f653423b62d2 to your computer and use it in GitHub Desktop.
// test/e2e/support/pages/login/login.js
'use strict';
module.exports = function login() {
return {
url: "login"
};
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment