Skip to content

Commit

Permalink
Fix test: percentageDone is no longer editable
Browse files Browse the repository at this point in the history
As percentageDone (aka % Complete) is not editable anymore, it does not
make sense anymore to test for it in the shared work package access
spec.
  • Loading branch information
cbliard committed Mar 22, 2024
1 parent af63a36 commit a7deace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/features/work_packages/share/access_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
%i[type subject description
assignee responsible
estimatedTime remainingTime
combinedDate percentageDone category version
combinedDate category version
overallCosts laborCosts].each do |field|
work_package_page.edit_field(field).expect_read_only
end
Expand Down Expand Up @@ -174,7 +174,7 @@
%i[type subject description
assignee responsible
estimatedTime remainingTime
combinedDate percentageDone category version
combinedDate category version
overallCosts laborCosts].each do |field|
work_package_page.edit_field(field).expect_read_only
end
Expand Down Expand Up @@ -253,7 +253,7 @@
%i[type subject description
assignee responsible
estimatedTime remainingTime
combinedDate percentageDone category].each do |field|
combinedDate category].each do |field|
expect(work_package_page.edit_field(field))
.to be_editable
end
Expand Down

0 comments on commit a7deace

Please sign in to comment.