java.lang.AssertionError: Actual width is 392.72726.dp, expected 500.0.dp (tolerance: 0.5.dp)
z
Zaki Shaikh
09/25/2022, 4:55 PM
You're might testing it on compact size device or emulator and devic has only 392.72.. width and this may be the reason of exception if you change orientation to landscape you will get same exception with height.
j
Ji Sungbin
09/25/2022, 4:59 PM
As you said, the device size was a problem. I reduced the size to 100 in my test code and it worked. thank you!