fix the spec to match behaviour

pull/2999/head
Mihail Maxacov 10 years ago
parent b3cccb8722
commit 68495738a8
  1. 3
      spec/features/work_packages/select_work_package_row_spec.rb

@ -281,7 +281,8 @@ describe 'Select work package row', type: :feature do
describe 'specific selection' do
before { select_work_package_row_with_ctrl(1) }
it_behaves_like 'work package row not selected' do
it_behaves_like 'work package row selected' do
# apparently it should be selected if there one row only
let(:index) { 1 }
end

Loading…
Cancel
Save