square-quill-93570
03/14/2023, 10:18 PMdata-cy attribute, but when I run a test that clicks on this button, Cypress is unable to find it. Using a normal user action does click on the button and fire its event successfully, but Cypress is unable to. What's more is that using Cypress's element selector also does not reveal any information about the button, simply glossing over it as if it didn't exist. Is there a reason why Cypress is unable to find the button?gray-kilobyte-89541
03/14/2023, 11:05 PMsquare-quill-93570
03/14/2023, 11:11 PMsquare-quill-93570
03/14/2023, 11:13 PMsquare-quill-93570
03/14/2023, 11:16 PMgray-kilobyte-89541
03/14/2023, 11:22 PMwonderful-match-15836
03/14/2023, 11:25 PMsquare-quill-93570
03/14/2023, 11:26 PM<button
type="button"
data-cy="replybutton"
on:click={() => {
console.log('Clicked');
reply = true;
}}>Reply</button
>square-quill-93570
03/14/2023, 11:28 PMsquare-quill-93570
03/14/2023, 11:28 PMsquare-quill-93570
03/14/2023, 11:28 PMsquare-quill-93570
03/14/2023, 11:29 PMwonderful-match-15836
03/15/2023, 12:09 AM