DEV: Update Reviewables agree and edit action test (#27162)

This commit is contained in:
Juan David Martínez Cubillos 2024-05-24 14:20:30 -05:00 committed by GitHub
parent 0260415664
commit 581dbca97f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ describe "Reviewables", type: :system do
PageObjects::Components::SelectKit.new(".dropdown-select-box.post-agree-and-hide")
select_kit.expand
expect(page).to have_selector("[data-value='post-agree_and_edit']")
expect(select_kit).to have_option_value("post-agree_and_edit")
end
it "agree_and_edit should open the composer" do