mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove .only
This commit is contained in:
@@ -1256,7 +1256,7 @@ export function injectSharedRendererTests(ctx: ISharedRendererTestContext): void
|
||||
await ctx.value.proxy.focus();
|
||||
await pollFor(ctx.value.page, () => getCellColor(ctx.value, 1, 1), [128, 0, 0, 255]);
|
||||
});
|
||||
test.only('#5241 cursorAccent with alpha should blend color with background color', async () => {
|
||||
test('#5241 cursorAccent with alpha should blend color with background color', async () => {
|
||||
const theme: ITheme = {
|
||||
cursorAccent: '#FF000080'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user