Skip to content

Commit

Permalink
changed password to ENV variable, what an idiot!
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmashe committed Apr 30, 2017
1 parent eba9b0d commit 4f38306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/guineaPig.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
.waitForElementVisible('#login_field')
.waitForElementVisible('#password')
.setValue('#login_field', 'davidmashe')
.setValue('#password', 'MyWifeIs90%Tolerable')
.setValue('#password', process.env.GITHUB_PASSWORD)
.click('#login > form > div.auth-form-body.mt-3 > input.btn.btn-primary.btn-block')
.pause(1000)
.assert.title('GitHub')
Expand Down

0 comments on commit 4f38306

Please sign in to comment.