Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevma50287 committed Oct 25, 2024
1 parent d9705f0 commit 626a657
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions spec/feature/queue/correspondence/submit_intake_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -316,13 +316,10 @@
# Select each unique related to inactive appeal task
react_select_containers = page.all("#reactSelectContainer")
react_select_containers.each_with_index do |select_container, index|
using_wait_time(wait_time) do
retry_if_not_found(cleanup: click_page_body) do
retry_if_not_found(cleanup: click_page_body) do
using_wait_time(wait_time) do
select_container.click
expect(page).to have_selector("div[class*=MenuList]", visible: true)
within "div[class*=MenuList]" do
find("div", exact_text: inactive_appeal_tasks[index]["label"]).click
end
find("div", exact_text: inactive_appeal_tasks[index]["label"]).click
end
end
end
Expand Down

0 comments on commit 626a657

Please sign in to comment.