Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlyaaaaaaaaaaaaa Zhitomirskiy <ilya@joindiaspora.com>2011-07-06 02:33:34 +0400
committerIlyaaaaaaaaaaaaa Zhitomirskiy <ilya@joindiaspora.com>2011-07-06 02:33:34 +0400
commit06abdce180f80726b672cc61fe6cdd02b76c4b78 (patch)
tree3c0b3df52f6f745477ebc299ae3ef70b40519f62 /features/posts.feature
parent47e0558c3e9a68a86f16628c74ce817ca90a1d2d (diff)
Use explicit classes in the hover step definition
Diffstat (limited to 'features/posts.feature')
-rw-r--r--features/posts.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/posts.feature b/features/posts.feature
index 0973aa386..74b9f024e 100644
--- a/features/posts.feature
+++ b/features/posts.feature
@@ -63,7 +63,7 @@ Feature: posting
And I sign in as "alice@alice.alice"
And I am on "bob@bob.bob"'s page
- And I hover over the post
+ And I hover over the ".stream_element"
And I click to delete the first post
And I wait for the ajax to finish
And I go to "bob@bob.bob"'s page
@@ -77,7 +77,7 @@ Feature: posting
And I press "Share"
And I wait for the ajax to finish
And I follow "Your Aspects"
- And I hover over the post
+ And I hover over the ".stream_element"
And I preemptively confirm the alert
And I click to delete the first post
And I wait for the ajax to finish