Android tests question. I am trying to test screen that uses Accompanist Pager. For domain reasons, same items are shown on both horizontal pages. When I test if item "One" is showing on the screen (1. page), I get an error message that says "Item "One" is shown 2 times instead of 1". My 2. page is not in focus, so why do I get this warning? Also, how could I ignore the warning?