block-experiments icon indicating copy to clipboard operation
block-experiments copied to clipboard

Add unit tests for various blocks

Open johngodley opened this issue 5 years ago • 0 comments

Some of the blocks here are used in fundamental page layouts. For example, the layout grid. As such it's important that any changes we make don't break or affect these layouts in any way.

We need to introduce some tests so that we can:

  • verify the HTML output of the blocks
  • verify the browser output of the blocks

In the case of the layout grid there are several options that behave differently depending on whether viewed on a desktop, tablet, or mobile, making it difficult to check manually.

johngodley avatar Mar 10 '20 13:03 johngodley