From 0bb6ff99c9c5e8c508b6182ff1f1a7b603f1cb14 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Fri, 27 Jan 2012 19:56:40 -0800 Subject: [PATCH] Fix commenting in notification feature --- features/notifications.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/notifications.feature b/features/notifications.feature index 850a42914..78871ea57 100644 --- a/features/notifications.feature +++ b/features/notifications.feature @@ -62,7 +62,7 @@ Feature: Notifications When I sign in as "bob@bob.bob" And I am on "alice@alice.alice"'s page And I focus the comment field - And I fill in "Comment" with "great post!" + And I fill in "text" with "great post!" And I press "Comment" And I wait for the ajax to finish And I go to the destroy user session page