diff --git a/tests/pricing/test_manager.py b/tests/pricing/test_manager.py index 2c8d24d4..509c0a01 100644 --- a/tests/pricing/test_manager.py +++ b/tests/pricing/test_manager.py @@ -494,7 +494,7 @@ def test_add_category(settings, app, admin_user): resp = app.get('/manage/') resp = resp.click('Pricing') resp = resp.click('Criterias') - resp = resp.click('New criteria category') + resp = resp.click('New category') resp.form['label'] = 'QF' resp = resp.form.submit() category = CriteriaCategory.objects.latest('pk')