move the two toggle links in top-right to view menu

This commit is contained in:
Reinier Balt 2013-06-11 16:13:46 +02:00
parent 7084c11263
commit be1a9528d5
6 changed files with 30 additions and 11 deletions

View file

@ -11,7 +11,9 @@ When(/^I collapse the project container of "(.*?)"$/) do |project_name|
end
When /^I toggle all collapsed context containers$/ do
click_link 'Toggle collapsed contexts'
open_view_menu do
click_link 'Toggle collapsed contexts'
end
end
####### Context #######