Skip to content

Commit

Permalink
change admin langin page spec from select to fill_in
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Oct 21, 2024
1 parent 9a894e1 commit 1207e72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def edit_content_block_path(resource, content_block)
visit edit_content_block_path(resource, related_assemblies_content_block)

expect(related_assemblies_content_block.settings["max_results"]).to eq(6)
select 12, from: :content_block_settings_max_results
fill_in :content_block_settings_max_results, with: "12"
click_on "Update"

expect(page).to have_content("Related assemblies")
Expand Down

0 comments on commit 1207e72

Please sign in to comment.