mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
Isolate the links to click within the view menu dropdown
This commit is contained in:
parent
357c281b9d
commit
42961e9701
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ module TracksStepHelper
|
|||
end
|
||||
|
||||
def open_view_menu
|
||||
view_menu = '#menu_view_link + ul.dropdown-menu'
|
||||
# click menu
|
||||
view_menu_link = "#menu_view_link"
|
||||
expect(page).to have_css(view_menu_link, :visible => true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue