cy.get('.error').should('be.empty') // Assert that '.error' is empty ... cy.get('#input-receives-focus').should('have.focus') // equivalent to ...
確定! 回上一頁