- Issue created by @gigimaor
- last update
12 months ago 3 pass, 2 fail - 🇦🇺Australia acbramley
Tests are failing, also would be good to get this in MR form.
- Status changed to Needs work
12 months ago 5:08am 4 December 2023 - First commit to issue fork.
- Merge request !5When picking reviewer filter the user list by name or email, display results in name - email format → (Open) created by schillerm
- last update
12 months ago 3 pass, 2 fail - 🇬🇧United Kingdom schillerm
Hi, ok I have had a go at fixing this. My first MR so not 100% sure what I am doing. Followed guidance here → . Apologies if I made any errors.
Annoying that tests fail..
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
- 0 => 'test editorial_reviewer 1'
- 1 => 'test editorial_reviewer 2'
+ 0 => 'test editorial_reviewer 1 -'
+ 1 => 'test editorial_reviewer 2 -'
)might try to look into why that is, and find a way to test before making a MR.