Component - Compose UI testing
This UI component demonstrates how to test a simple Compose UI screen with a text and a button. The test checks if the text updates correctly when the button is clicked.
This UI component demonstrates how to test a simple Compose UI screen with a text and a button. The test checks if the text updates correctly when the button is clicked.
Scaffold ├── Column │ ├── Text │ └── Button