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)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 11 Apr 2023 11:15:03 +0000 (11:15 +0000)
commit91da80c89bb95d95ea8a94fc4b3a739d6a5c5595
tree3216a6184eded9bef02707bb93dd898c138a00d9
parentce92c3cc3ede95ca1ba5f9ade291962febfb9f9a
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>
(cherry picked from commit 4e6bc5385cc262d4a9148e2e5cd2ef2a04032348)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
t/db_dependent/Koha/UI/Form/Builder/Item.t