Quiz: Cypress

Test your knowledge of selecting elements and making assertions with Cypress.

We'll cover the following...
Technical Quiz
1.

Which option selects the following element?

<h1>Hello World</h1>
A.
cy.contains("h1")
B.
cy.get("Hello World")
C.
cy.get("h1")
D.
cy.select("h1")

1 / 5
...