Skip to content

Tag: reactjs

Cypress select li and click on child span

I am trying to select li and click/check on span which is checkbox but, can’t do that. Here, following I tried. Here, in above code I want to select li where “abc account” and once found want to click on span which have class tree-checkbox. So, I tried. But, it says there are multiple elemen…

Pulling and displaying API data to tailwind cards

could someone help on how to get all data from this console log? I am trying to display all the details in individual tailwind cards but not sure how to get the data. Thank you for your time. It works and I get the results below in console. when I tried console.log (response.data.0.pdf) for example, it gives …