Para 1
+Para 2
+Para 3
+Para 4
+ + diff --git a/system-tests/projects/selector-playground/cypress/e2e/spec.cy.js b/system-tests/projects/selector-playground/cypress/e2e/spec.cy.js new file mode 100644 index 000000000000..14398fef3b5c --- /dev/null +++ b/system-tests/projects/selector-playground/cypress/e2e/spec.cy.js @@ -0,0 +1,3 @@ +it('visits a basic html page', () => { + cy.visit('cypress/e2e/index.html') +})