Setup Cypress tests for box and button

This commit is contained in:
Jeremy Thomas
2021-10-30 21:13:53 +01:00
parent a6cd4f302e
commit 69a991ade1
18 changed files with 13312 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
---
layout: cypress
title: Elements/Box
---
<div class="box">
I'm in a box.
</div>