mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Explicitly set background color in playwright tests
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user