Refactorings and gui improvements
This commit is contained in:
parent
c965e03e5a
commit
d1294c2fc4
46 changed files with 358 additions and 128020 deletions
|
|
@ -38,7 +38,7 @@ class ReportsTest < ApplicationSystemTestCase
|
|||
test "should destroy Report" do
|
||||
visit report_url(@report)
|
||||
click_on "Prüfbericht löschen", match: :first
|
||||
assert_text("Report was successfully destroyed")
|
||||
assert_text("Prüfberichte")
|
||||
assert(Report.exists?(@report.id) == false)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue