Skip to content

Commit

Permalink
subject editor spec cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jjabari-op committed Jan 24, 2025
1 parent 7063ca8 commit 1aaa55d
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
end

context "with conflicting modification" do
it "shows a conflict when modified elsewhere", with_flag: { primerized_work_package_activities: true } do
it "shows a conflict when modified elsewhere" do
work_package.subject = "Some other subject!"
work_package.save!

Expand All @@ -88,14 +88,5 @@

work_packages_page.expect_conflict_error_banner
end

it "shows a conflict when modified elsewhere", with_flag: { primerized_work_package_activities: false } do
work_package.subject = "Some other subject!"
work_package.save!

field.display_element.click

notification.expect_error(I18n.t("api_v3.errors.code_409"))
end
end
end

0 comments on commit 1aaa55d

Please sign in to comment.