We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed27356 commit e02a571Copy full SHA for e02a571
1 file changed
test/controllers/spaces_controller_test.rb
@@ -254,8 +254,8 @@ class SpacesControllerTest < ActionController::TestCase
254
with_settings(feature: features) do
255
get :edit, params: { id: @space }
256
assert_response :success
257
- assert_select '[name="space[enabled_features][]"]', count: 4 # +1 because of the blank input that allows you to
258
- # clear the list
+ # +1 because of the blank input that allows you to clear the list
+ assert_select '[name="space[enabled_features][]"]', count: 3 + 1
259
assert_select '#space_enabled_features_events', count: 1
260
assert_select '#space_enabled_features_workflows', count: 1
261
assert_select '#space_enabled_features_materials', count: 0
0 commit comments