From b64ba858784efa662a12c61ac044a8cc6484da87 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Mon, 4 Jul 2011 09:19:03 -0700 Subject: [PATCH] Apparently running a regex against every element on the page takes 10 seconds. Who knew? --- features/connects_users.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/connects_users.feature b/features/connects_users.feature index 89d421562..0ae7c99bf 100644 --- a/features/connects_users.feature +++ b/features/connects_users.feature @@ -97,7 +97,7 @@ Feature: sending and receiving requests When I sign in as "alice@alice.alice" And I am on "bob@bob.bob"'s page - Then I should not see /^In \d aspects?$/ + Then I should see "Add to aspect" Then I should not see "Mention" Then I should not see "Message"