Skip to content

Commit

Permalink
create home page bucket for validate acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Mar 21, 2017
1 parent b280e10 commit 9c16bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/validate-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test('visiting /validate with no params', function(assert) {
});

test('visiting /validate and logging in', function(assert) {
server.create('bucket', {slug: 'wqxr-home'}); // redirected to homepage
server.create('user');
visit('/validate?username=test&confirmation=123');

Expand Down

0 comments on commit 9c16bcd

Please sign in to comment.