Skip to content

Commit

Permalink
Remove debug log from specs
Browse files Browse the repository at this point in the history
Uuuppps
  • Loading branch information
tvdeyen committed Dec 14, 2023
1 parent d4511bd commit 7d580ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/features/admin/page_editing_feature_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@

it "is not possible to edit the attribute", :aggregate_failures do
visit alchemy.configure_admin_page_path(readonly_page)
puts page.body
readonly_page.fixed_attributes.all.each do |attribute, _v|
expect(page).to have_selector("#page_#{attribute}[disabled]")
end
Expand Down

0 comments on commit 7d580ea

Please sign in to comment.