cy.get('li:nth-child(odd)') .should('have.length', 5) .map('innerText') // confirm the first three strings .invoke('slice', 0, ...
確定! 回上一頁