Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
skyporter committed Apr 27, 2024
1 parent 91d0939 commit 3ee9752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/catalog_admin/catalogs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CatalogAdmin::CatalogsTest < ActionDispatch::IntegrationTest
visit("/one/en/admin/_style")

# Select the "Titles" category.
within("#general > .form-group:not(.form-group ~ .form-group)") do
within("#general > .mb-3:not(.mb-3 ~ .mb-3)") do
select("Impact")
select("14 pt")
click_on("B")
Expand Down

0 comments on commit 3ee9752

Please sign in to comment.