Changes between Initial Version and Version 1 of Ticket #37180


Ignore:
Timestamp:
Jun 21, 2026, 11:50:29 AM (3 hours ago)
Author:
Varun Kasyap Pentamaraju
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37180 – Description

    initial v1  
    55since, the UI was updated to use CSS Flexbox, Flexbox makes the outer containers (.selector-available and .selector-chosen) equal in height, not the inner <select> boxes.
    66
     7as shown in attached screenshot:
    78Because the help text for the right box ("Remove toppings...") is longer than the left box ("Choose toppings..."), it can wrap into an extra line on smaller screens. When the text wraps into 3 lines, Flexbox automatically shrinks the inner <select> box to adjust. This means the inner boxes will have different heights.
    89
    9 
    10 The current Selenium tests are passing mostly by luck. But if the test runs in a different window size, this could fail.
     10The current Selenium tests are passing mostly by luck. But if the test runs in a different window size, it could fail.
    1111
    1212We should update the test to compare the heights of the outer flex containers only.
Back to Top