describe('open popup', ()=>{
it('click minimize button',()=>{
cy.visit('url')
cy.get('minimized-button').click() //it is minimize tab click
var iframesrc=cy.get('#modal-iframe').invoke('attr','src')
cy.get('email').type('jhdsj@gamil.com') //here I want it block
for confirmation of
entering email
}) })
when I am trying to enter in Iframe,not able to locate any element even i use wrap also...what i want is entering in loop then want step by step it block with testcase name that confirm in terminal that which step is passed in popup and which one is fail.