Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gannetson committed Dec 1, 2021
1 parent 754c440 commit 46e0116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluebottle/collect/tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_admin_collect_feature_flag(self):
def test_admin_create_collect(self):
url = reverse('admin:collect_collectactivity_changelist')
page = self.app.get(url)
page = page.click('Add Collect Activity')
page = page.click('Add Collect Campaign')
form = page.forms['collectactivity_form']
form['title'] = 'A small step'
form['initiative'] = self.initiative.id
Expand Down

0 comments on commit 46e0116

Please sign in to comment.