reduce additional unnecessary code

pull/8639/head
bsatarnejad 4 years ago
parent a9233e8e2c
commit 37f390b162
  1. 2
      modules/boards/spec/features/support/board_index_page.rb

@ -62,7 +62,7 @@ module Pages
if action == nil
find('.tile-block-title', text: 'Basic').click
else
find('.tile-block-title', text: "#{action.to_s}").click
find('.tile-block-title', text: action.to_s).click
end
if expect_empty

Loading…
Cancel
Save