File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010 s . email = [ "vera@platoniq.net" ]
1111 s . license = "AGPL-3.0"
1212 s . homepage = "https://github.com/Platoniq/decidim-module-alternative_landing"
13- s . required_ruby_version = ">= 2.7 "
13+ s . required_ruby_version = ">= 3.3 "
1414
1515 s . name = "decidim-alternative_landing"
1616 s . summary = "Decidim Landing Page"
Original file line number Diff line number Diff line change 207207 fill_in :content_block_settings_link_url_sidebar_en , with : "example.org/example-path-sidebar"
208208 fill_in :content_block_settings_title_meetings_en , with : "Upcoming meetings"
209209 fill_in :content_block_settings_link_text_meetings_en , with : "See all"
210- expect ( page ) . to have_select ( "Meetings component" , selected : "Show meetings from any space" )
210+ expect ( page ) . to have_select ( :content_block_settings_meetings_component_id , selected : [ "Show posts from any blog" ] )
211211 select "Show meetings from any space" , from : "Meetings component"
212212 fill_in :content_block_settings_link_url_meetings_en , with : "example.org/example-path-meetings"
213213 fill_in :content_block_settings_title_posts_en , with : "Latest blog posts"
214214 fill_in :content_block_settings_link_text_posts_en , with : "See all"
215215 fill_in :content_block_settings_link_url_posts_en , with : "example.org/example-path-posts"
216- expect ( page ) . to have_select ( "Posts component" , selected : "Show posts from any blog" )
216+ expect ( page ) . to have_select ( :content_block_settings_posts_component_id , selected : "Show posts from any blog" )
217217 select "Show posts from any blog" , from : "Posts component"
218218 select "Organization" , from : "Show only posts writen by"
219219
You can’t perform that action at this time.
0 commit comments