mirror of
https://github.com/redmine/redmine.git
synced 2026-07-01 01:37:41 +02:00
Use CSS selector to find move left/right buttons.
git-svn-id: http://svn.redmine.org/redmine/trunk@16865 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -87,10 +87,10 @@ class TimelogTest < ApplicationSystemTestCase
|
||||
visit '/settings?tab=timelog'
|
||||
# Remove a column
|
||||
select 'Comment', :from => 'Selected Columns'
|
||||
click_on "←"
|
||||
page.first('input[type=button].move-left').click
|
||||
# Add a column
|
||||
select 'Tracker', :from => 'Available Columns'
|
||||
click_on "→"
|
||||
page.first('input[type=button].move-right').click
|
||||
click_on 'Save'
|
||||
|
||||
# Display the list with updated settings
|
||||
|
||||
Reference in New Issue
Block a user