Skip to content

Commit a6fab58

Browse files
committed
lint spec files
1 parent c9d2042 commit a6fab58

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spec/system/casa_cases/edit_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444

4545
find(".ts-control").click
4646

47-
ts_checkboxes = page.all('.ts-dropdown-content input')
47+
ts_checkboxes = page.all(".ts-dropdown-content input")
4848

49-
select_all_el = page.find('span[data-test=select-all-input]')
49+
select_all_el = page.find("span[data-test=select-all-input]")
5050
# uncheck all contact type options
5151
select_all_el.click
5252
ts_checkboxes.each do |el|
@@ -238,9 +238,9 @@
238238
expect(page).to have_text("Set Implementation Status")
239239

240240
find(".ts-control").click
241-
ts_checkboxes = page.all('.ts-dropdown-content input')
241+
ts_checkboxes = page.all(".ts-dropdown-content input")
242242

243-
select_all_el = page.find('span[data-test=select-all-input]')
243+
select_all_el = page.find("span[data-test=select-all-input]")
244244
# uncheck all contact type options
245245
select_all_el.click
246246
ts_checkboxes.each do |el|

spec/system/casa_cases/new_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
find(".ts-control").click
3636

37-
ts_checkboxes = page.all('.ts-dropdown-content input')
38-
select_all_el = page.find('span[data-test=select-all-input]')
37+
ts_checkboxes = page.all(".ts-dropdown-content input")
38+
select_all_el = page.find("span[data-test=select-all-input]")
3939
# uncheck all contact type options
4040
select_all_el.click
4141
ts_checkboxes.each do |el|

0 commit comments

Comments
 (0)