Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Change how anonymous giving is tested
Browse files Browse the repository at this point in the history
public.json now returns "null" rather than "anonymous".
  • Loading branch information
mattbk committed Feb 12, 2016
1 parent ff9f786 commit 6efa3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_giving-widget-anonymous.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
.assert.exists('iframe')
.toFrame('iframe')
.assert.exists('.gratipay-giving')
.assert.text('.gratipay-giving').is('anonymously', 'giving should not be empty')
.assert.text('.gratipay-giving').is('null', 'giving should not be empty')
.toParent()
.done();
},
Expand Down

0 comments on commit 6efa3b8

Please sign in to comment.