You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
SelectCommand selects a card and scrolls to the card.
SelectCommandSystemTest does not verify that the card is visible.
Let's update SelectCommandSystemTest to verify that the person card is in the on-screen bounding box of the PersonListPanel. From taking a quick look, it seems that there's no easy way to get the (x,y) coordinates of each person card using JavaFX / TestFX. Using Flowless may help as there's API for such functionality.
The text was updated successfully, but these errors were encountered:
SelectCommand
selects a card and scrolls to the card.SelectCommandSystemTest
does not verify that the card is visible.Let's update
SelectCommandSystemTest
to verify that the person card is in the on-screen bounding box of thePersonListPanel
. From taking a quick look, it seems that there's no easy way to get the (x,y) coordinates of each person card using JavaFX / TestFX. Using Flowless may help as there's API for such functionality.The text was updated successfully, but these errors were encountered: