Skip to content

Commit

Permalink
fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Apr 8, 2024
1 parent dd4eae9 commit 38e744c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ module Admin

after { Rails.application.config.i18n.default_locale = Decidim.default_locale = :ja }

it_behaves_like "a proposal form", skip_etiquette_validation: true, i18n: true, address_optional_with_geocoding: true
it_behaves_like "a proposal form with meeting as author", skip_etiquette_validation: true, i18n: true
it_behaves_like "a proposal form", skip_etiquette_validation: true, i18n: true, admin: true
it_behaves_like "a proposal form with meeting as author", skip_etiquette_validation: true, i18n: true, admin: true
end

describe "minimum title length" do
Expand Down

0 comments on commit 38e744c

Please sign in to comment.