Fix failing board integration test

This commit is contained in:
riggraz
2019-09-16 16:04:04 +02:00
parent 41795ce963
commit b3fefe77ee

View File

@@ -115,7 +115,7 @@ feature 'board', type: :system, js: true do
fill_in 'Description (optional)', with: post_description
click_button 'Submit feedback' # submit
expect(page).to have_selector('.text-success')
expect(page).to have_selector('.successText')
end
visit board_path(board)