Don't assume specific translation for aspects title.
This commit is contained in:
parent
3e689ec988
commit
d87c0a9b44
2 changed files with 5 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ Feature: posting from the main page
|
||||||
And I press "Share"
|
And I press "Share"
|
||||||
And I wait for the ajax to finish
|
And I wait for the ajax to finish
|
||||||
|
|
||||||
When I follow "Your Aspects"
|
When I click the aspects title
|
||||||
And I hover over the ".stream_element"
|
And I hover over the ".stream_element"
|
||||||
And I preemptively reject the alert
|
And I preemptively reject the alert
|
||||||
And I click to delete the first post
|
And I click to delete the first post
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,10 @@ And /^I expand the publisher$/ do
|
||||||
')
|
')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
When 'I click the aspects title' do
|
||||||
|
find('.home_selector').click
|
||||||
|
end
|
||||||
|
|
||||||
When /^I press the aspect dropdown$/ do
|
When /^I press the aspect dropdown$/ do
|
||||||
find('.dropdown .button').click
|
find('.dropdown .button').click
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue