fix/skip system tests
All checks were successful
/ Run tests (push) Successful in 2m24s
/ Run system tests (push) Successful in 2m35s
/ Build, push and deploy image (push) Successful in 1m43s

This commit is contained in:
david 2024-09-11 22:43:26 +02:00
parent a4e8a4b081
commit 338447763f
6 changed files with 24 additions and 12 deletions

View file

@ -6,6 +6,8 @@ module Admin
class BackupsTest < ApplicationSystemTestCase
test "should create backup" do
visit admin_backup_url
assert(page.body.size > 0)
end
end
end