Bug 32710: Try to prevent UI/Form/Builder/Item.t to fail randomly
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 31 Mar 2023 08:33:02 +0000 (10:33 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 31 Mar 2023 09:56:45 +0000 (11:56 +0200)
commit4e6bc5385cc262d4a9148e2e5cd2ef2a04032348
treeb721bef12869fc6d6f20d9859743776f43c4c10e
parent532d4d0ac646970f3740f9f4867aded2d70ccef3
Bug 32710: Try to prevent UI/Form/Builder/Item.t to fail randomly

See the FIXME, and commit 77a34e099a9f3bcef2076a4170e8c8d843c403eb
Actually we are doing the trick (of removing _) before we are creating
another itemtype, we need to do it right before we are comparing.

Test plan:
Run in a loop, be patient, it failed for me (without the patch) at run
245

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Koha/UI/Form/Builder/Item.t