It renders the data fine and when I open it I can use the control as I would expect.
I am trying to add Cypress testing to my app. I haven't found any hits on the web to this but I can't be the first to try this. I want to automate the selection of a sequence of values from the dropdown. I have tried
I haven't used Cypress but I suspect this may be a timing issue. Clicking the trigger button and rendering the items does not happen in sequence (especially if you are using server-side blazor). Try adding some delay or wait for the clicked item to appear in the DOM (full disclosure I have no idea how this is done in Cypress).
Hi.
Thanks for that @korchev but it's not quite working for me. I think it's worth persevering as it should help others.
I'm wondering if I'm trying to click on the wrong css selector. Let's take an accordion item. I'm using