File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 |
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 |
Original file line number Diff line number Diff line change 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 |
You can’t perform that action at this time.
0 commit comments