mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Fix failing board integration test
This commit is contained in:
@@ -115,7 +115,7 @@ feature 'board', type: :system, js: true do
|
|||||||
fill_in 'Description (optional)', with: post_description
|
fill_in 'Description (optional)', with: post_description
|
||||||
click_button 'Submit feedback' # submit
|
click_button 'Submit feedback' # submit
|
||||||
|
|
||||||
expect(page).to have_selector('.text-success')
|
expect(page).to have_selector('.successText')
|
||||||
end
|
end
|
||||||
|
|
||||||
visit board_path(board)
|
visit board_path(board)
|
||||||
|
|||||||
Reference in New Issue
Block a user