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:
@@ -0,0 +1,7 @@
|
||||
.body{
|
||||
font-family: 'Lato';
|
||||
font-weight: 200;
|
||||
font-size: 22px;
|
||||
margin-top: 0.3em;
|
||||
color: blue;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
.title{
|
||||
font-family: 'Lato';
|
||||
font-weight: 300;
|
||||
font-size: 34px;
|
||||
margin-top: 0.5em;
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user