mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Fix backlogs move-to-sprint spec
The action is now top-level and needs the default dialog wait.
This commit is contained in:
@@ -173,7 +173,7 @@ RSpec.describe "Edit", :js do
|
||||
it "moves a work package to a different sprint" do
|
||||
planning_page.expect_work_package_in_sprint(work_package, first_sprint)
|
||||
|
||||
planning_page.click_in_work_package_move_submenu(work_package, "Move to sprint", wait: false)
|
||||
planning_page.click_in_work_package_menu(work_package, "Move to sprint")
|
||||
|
||||
within_modal "Move to sprint" do
|
||||
expect(page).to have_no_select("list_id", with_options: [first_sprint.name])
|
||||
|
||||
Reference in New Issue
Block a user