fix/skip system tests
This commit is contained in:
parent
a4e8a4b081
commit
338447763f
6 changed files with 24 additions and 12 deletions
|
|
@ -33,5 +33,7 @@ class ReportsTest < ApplicationSystemTestCase
|
|||
test "should destroy Report" do
|
||||
visit report_url(@report)
|
||||
click_on "Prüfbericht löschen", match: :first
|
||||
|
||||
assert(Report.exists?(@report.id) == false)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue