Skip to content

Commit 414bc4f

Browse files
author
Stefano Savanelli
committed
remove focus true from spec
1 parent 1f04b93 commit 414bc4f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

spec/features/inputs/nested_select_input_spec.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
end
186186
end
187187
end
188-
context "with filters", focus: true do
188+
context "with filters" do
189189
before do
190190
register_page(Country, false) {}
191191
register_page(Region, false) {}
@@ -224,7 +224,7 @@
224224
end
225225
end
226226

227-
context "without filters", focus: true do
227+
context "without filters" do
228228
before do
229229
register_page(Country, false) {}
230230
register_page(Region, false) {}
@@ -233,10 +233,7 @@
233233
register_form(Invoice, false) do |f|
234234
f.input :city_id, as: :nested_select,
235235
level_1: { attribute: :country_id },
236-
level_2: {
237-
attribute: :region_id,
238-
# filters: { name_contains: 'Met' }
239-
},
236+
level_2: { attribute: :region_id },
240237
level_3: { attribute: :city_id }
241238
end
242239

0 commit comments

Comments
 (0)