Replies: 1 comment
-
I had the same issue, but I could resolve it, here is the code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
since upgrading to vue3 the component tests will not work anymore.
I want to
I noticed the menu of items are not children of the component anymore.
I can find the elements by class (".v-list-item__content") and click on one in cypress.
But I cannot find the correct on which is currently highlighted by arrow clicking.
When I press enter on the keyboard by hand then it works. But firing it via cypress it seems it goes the wrong way.
I can directly find an entry and click it. But I dont find the correct one selected by arrows.
cy.get('.v-list-item__content').contains("Thomas-666").click() //works if there is an entry "Thomas-666".
What is the best approach?
Thanks Thomas
Beta Was this translation helpful? Give feedback.
All reactions