Skip to content

Commit

Permalink
Skip this test until we have the progress popover
Browse files Browse the repository at this point in the history
  • Loading branch information
cbliard committed Mar 22, 2024
1 parent a7deace commit 3312064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/features/work_packages/edit_work_package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def visit!
visit!
end

it "does not hide empty % Complete while it is being edited" do
it "does not hide empty % Complete while it is being edited",
skip: "TODO: revisit once the progress popover is implemented" do
field = wp_page.work_package_field(:percentageDone)
field.update("0", save: false, expect_failure: true)

Expand Down

0 comments on commit 3312064

Please sign in to comment.