* 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
8 lines
117 B
CSS
8 lines
117 B
CSS
|
|
.title{
|
|
font-family: 'Lato';
|
|
font-weight: 300;
|
|
font-size: 34px;
|
|
margin-top: 0.5em;
|
|
color: red;
|
|
} |