Hey everyone, I’m getting a false negative result for one of my tests.
•
assertIsDisplayed
works fine for
Content1
and
Content2
but it fails for
Content3
• I tried with
useUnmergedTree=true/false
, no luck
•
assertExists
works and I can see the node in the printed debug tree.
• Making the column scrollable also works, but not sure if that’s the best way to approach this.
• I debugged into
Did you run the test in debug mode with a breakpoint on that assertion, to make sure that on your test device it indeed shows as expected?
g
goku
05/05/2023, 2:31 PM
Yes. I have a sample app and this is used in two places in the sample app, where everything looks normal.
I did run the test in debug mode and that’s how I found out that
boundsInWindow
is 0.
j
jolo
05/05/2023, 2:32 PM
Ah yes, I was reading too fast. Might be useful to try to create a minimum reproducible code sample and raise an issue in the tracker!