diff --git a/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-dark-chromium-linux.png b/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-dark-chromium-linux.png deleted file mode 100644 index 45d40ecffd..0000000000 Binary files a/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-dark-chromium-linux.png and /dev/null differ diff --git a/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-dark-webkit-linux.png b/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-dark-webkit-linux.png deleted file mode 100644 index ae79506d9d..0000000000 Binary files a/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-dark-webkit-linux.png and /dev/null differ diff --git a/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-light-chromium-linux.png b/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-light-chromium-linux.png deleted file mode 100644 index b820409953..0000000000 Binary files a/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-light-chromium-linux.png and /dev/null differ diff --git a/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-light-webkit-linux.png b/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-light-webkit-linux.png deleted file mode 100644 index 04c500af53..0000000000 Binary files a/src/components/Select/__snapshots__/Select.visual.test.tsx-snapshots/Select-control-with-parent-flex-basis-0-light-webkit-linux.png and /dev/null differ diff --git a/src/components/Select/__tests__/Select.visual.test.tsx b/src/components/Select/__tests__/Select.visual.test.tsx deleted file mode 100644 index 5ef9a5e027..0000000000 --- a/src/components/Select/__tests__/Select.visual.test.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import React from 'react'; - -import {test} from '~playwright/core'; - -import {Select} from '../index'; -import type {SelectOption} from '../index'; - -test.describe('Select', {tag: '@Select'}, () => { - test('control-with-parent-flex-basis-0', async ({mount, expectScreenshot}) => { - const options: SelectOption[] = [{value: '1', content: 'Value 1'}]; - await mount( -