Cypress Quiz

Correct: 0
Incorrect: 0
Remaining: 14
💡 Is the .contains() method case sensitive?
cy.contains('capital sentence')
// is equal to
cy.contains('Capital Sentence')
A | true
B | false