please make a video on cy.document and cy.window and what is the use of it and please make a video on stub from scratch ,please i am facing issue with stub
I don't understand the question. You are having some problems with cy.document and cy.window and I should just start recording videos about it? Plus cy.stub? There are plenty of videos and blog posts about these topics that you can find via cypress.tips/search For anything more concrete, you need to explain your question in detail.
So to sum up - if we iterate over jQuery object that has other jQuery objects inside the object is "upacked" and become HTML element. If we convert jQuery object to array we receive an array of jQuery objects with all jQ methods available - am I right?
you are the best teacher ! thank you
please make a video on cy.document and cy.window and what is the use of it and please make a video on stub from scratch ,please i am facing issue with stub
I don't understand the question. You are having some problems with cy.document and cy.window and I should just start recording videos about it? Plus cy.stub? There are plenty of videos and blog posts about these topics that you can find via cypress.tips/search For anything more concrete, you need to explain your question in detail.
So to sum up - if we iterate over jQuery object that has other jQuery objects inside the object is "upacked" and become HTML element. If we convert jQuery object to array we receive an array of jQuery objects with all jQ methods available - am I right?
No. When you iterate over jquery using cy.map or mapInvoke you get raw DOM elements. For details see the recipe with these tests
i hope you will give a response on it