Improve Units tests and remove test parallelization

Parallelization produces errors (#92)
This commit is contained in:
2026-05-14 23:45:51 +02:00
parent 83168092f1
commit 1ab925f6fa
4 changed files with 56 additions and 38 deletions

View File

@@ -1,5 +1,6 @@
require "application_system_test_case"
# TODO: review #visit usage and replace with #click_on where applicable
class UsersTest < ApplicationSystemTestCase
setup do
@admin = users(:admin)