Files
Umbraco-CMS/tests/Umbraco.Tests.AcceptanceTest/fixtures/stylesheet/Body.css
Andreas Zerbst 4719f4eb5a 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
2023-02-28 08:16:31 +01:00

7 lines
116 B
CSS

.body{
font-family: 'Lato';
font-weight: 200;
font-size: 22px;
margin-top: 0.3em;
color: blue;
}