Hi all, I’m working on ticket 35319, which involves moving the position of the link to add a related object in the FilteredSelectMultiple
widget. Previously, the link used to appear after the widget, but the ticket proposes to move it inside the widget instead, to improve accessibility.
This is the PR.
However, there is one selenium test that keeps failing. According to the failing test, the height of the to_
box and the from_
box is not the same, but I cannot reproduce this. When I inspect the widget, I can see that the heights of the to_
box and the from_
box are indeed the same.
Can I get some guidance on how to fix this test?