Skip to content

Commit

Permalink
Fix flaky spec on organization form (comment max length) (decidim#12985)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena authored Jun 10, 2024
1 parent 51e4a63 commit dc3ab8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions decidim-admin/spec/system/admin_manages_organization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

expect(page).to have_no_content("There is an error in this field.")
fill_in :organization_comments_max_length, with: ""
find_by_id("organization_rich_text_editor_in_public_views").click

expect(page).to have_content("There is an error in this field.")
end

Expand Down

0 comments on commit dc3ab8d

Please sign in to comment.