cy.get('p').should(($p) => { // should have found 3 elements expect($p).to.have.length(3) // make sure the first contains some text content ...
確定! 回上一頁