V11/feature/block grid editor content tests rendering (#13885)

* Added tests for testing if the rendering is working as intended for the block grid editor

* Added Layout stylesheets for testing

* We are now using the page.toHaveScreenshot() which checks if the test looks the same as the pngs.

* Updated the toHaveScreenShot so they now take in a shorter name for the pngs

* Updated the page.goto so they new go the to baseUrl based on the umbracoConfig

* Added additional pngs for the Linux tests

* Updated the pngs for linux yet again
This commit is contained in:
Andreas Zerbst
2023-02-28 08:16:31 +01:00
committed by GitHub
parent 610a519045
commit 4719f4eb5a
19 changed files with 807 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
.body{
font-family: 'Lato';
font-weight: 200;
font-size: 22px;
margin-top: 0.3em;
color: blue;
}

View File

@@ -0,0 +1,8 @@
.title{
font-family: 'Lato';
font-weight: 300;
font-size: 34px;
margin-top: 0.5em;
color: red;
}