diff --git a/cypress/fixtures/test-app/index.html b/cypress/fixtures/test-app/index.html index 36a3fc3..dcd1eeb 100644 --- a/cypress/fixtures/test-app/index.html +++ b/cypress/fixtures/test-app/index.html @@ -15,6 +15,13 @@ section { padding: 10px; } + input:valid + span { + display: none; + } + input:invalid + span { + display: block; + color: red; + } @@ -110,6 +117,13 @@

Eventual non-existence

}, 500) +
+

Chain selectors

+
+ + +
+