Build: Greeting Screen
A simple screen that shows a greeting message and a button to change the greeting.
Target UI
--------------------- | Greeting Screen | |-------------------| | Hello, User! | | | | [Change Greeting] | ---------------------
Display a Text composable with initial text 'Hello, User!'
Display a Button below the text labeled 'Change Greeting'
When the button is clicked, the text changes to 'Welcome to Compose UI Testing!'
Write a Compose UI test to verify the initial text is shown
Write a Compose UI test to verify the text changes after button click