The product list has two identical «Add to Cart» buttons — one for the camera, one for the phone. Finding by text won’t work here: both buttons carry the same label.
The data-testid attribute solves this problem. The front-end team has given each button a unique test identifier.
Your job: find only the camera button and click it. page is already available.