Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust acceptance tests to the virtual list for the message list
As the virtual list removes its child elements that are no longer visible the index of the messages in the acceptance test is no longer an absolute index for the whole list, but an index only for the currently visible messages. However, as all the messages sent in each test fit in the available space no message is hidden and the previous indexes are still valid. The only change needed is in the locator for chat messages; as they are declared as direct children of their parent now they must be set as descendants of the wrapper instead of as descendants of the message list itself. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
- Loading branch information