Remove only

This commit is contained in:
Daniel Imms
2023-09-09 04:55:56 -07:00
parent fa168bd4c0
commit 5126481de2
+1 -1
View File
@@ -961,7 +961,7 @@ export function injectSharedRendererTests(ctx: ISharedRendererTestContext): void
});
(ctx.skipCanvasExceptions ? test.describe.skip : test.describe)('selectionInactiveBackground', async () => {
test.only('should render the the inactive selection when not focused', async () => {
test('should render the the inactive selection when not focused', async () => {
const theme: ITheme = {
selectionBackground: '#FF000080',
selectionInactiveBackground: '#0000FF80'