You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cy.get('@writeText').should('have.been.calledOnceWith','/* ==== Generated with Cypress Studio ==== */\r\ncy.get(\'#increment\').click();\r\n/* ==== End Cypress Studio ==== */')
700
+
}else{
701
+
cy.get('@writeText').should('have.been.calledOnceWith','/* ==== Generated with Cypress Studio ==== */\ncy.get(\'#increment\').click();\n/* ==== End Cypress Studio ==== */')
702
+
}
702
703
})
703
704
704
705
it('copies the studio commands to the clipboard using studio toolbar',()=>{
cy.get('@writeText').should('have.been.calledOnceWith','/* ==== Generated with Cypress Studio ==== */\r\ncy.get(\'#increment\').click();\r\n/* ==== End Cypress Studio ==== */')
719
+
}else{
720
+
cy.get('@writeText').should('have.been.calledOnceWith','/* ==== Generated with Cypress Studio ==== */\ncy.get(\'#increment\').click();\n/* ==== End Cypress Studio ==== */')
721
+
}
720
722
})
721
723
722
724
it('removes pending commands if the page is reloaded',()=>{
0 commit comments