Explicitly set background color in playwright tests

This commit is contained in:
Daniel Imms
2025-12-20 06:40:16 -08:00
parent ed0ab5f9e4
commit e9ba31f1b6
+1
View File
@@ -1271,6 +1271,7 @@ export function injectSharedRendererTests(ctx: ISharedRendererTestContext): void
test.describe('synchronized output', () => {
test.beforeEach(async () => {
const theme: ITheme = {
background: '#000000FF',
red: '#FF0000FF',
green: '#00FF00FF',
blue: '#0000FFFF'