Skip to content

Commit 18c9eb1

Browse files
committed
Remove .only
1 parent 3e99838 commit 18c9eb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/playwright/SharedRendererTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ export function injectSharedRendererTests(ctx: ISharedRendererTestContext): void
12561256
await ctx.value.proxy.focus();
12571257
await pollFor(ctx.value.page, () => getCellColor(ctx.value, 1, 1), [128, 0, 0, 255]);
12581258
});
1259-
test.only('#5241 cursorAccent with alpha should blend color with background color', async () => {
1259+
test('#5241 cursorAccent with alpha should blend color with background color', async () => {
12601260
const theme: ITheme = {
12611261
cursorAccent: '#FF000080'
12621262
};

0 commit comments

Comments
 (0)