cy.get('.assertion-table') .find('tbody tr:last') .should('have.class', 'success') .find('td') .first() // checking the text of the element in various ways ...
確定! 回上一頁