Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus committed Nov 13, 2023
1 parent 24d8e78 commit a0a8580
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions src/components/Button/__tests__/Button.visual.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react';
import {Gear} from '@gravity-ui/icons';
import {expect, test} from '@playwright/experimental-ct-react';

import {WrapperTest} from '../../../../playwright/helpers';
import {Button} from '../Button';
import {ButtonViewShowcase} from '../__stories__/ButtonViewShowcase';

Expand Down Expand Up @@ -105,11 +104,7 @@ test.describe('Button', () => {
});

test('ButtonViewShowcase', async ({mount}) => {
const component = await mount(
<WrapperTest>
<ButtonViewShowcase />
</WrapperTest>,
);
const component = await mount(<ButtonViewShowcase />);

await expect(component).toHaveScreenshot();
});
Expand Down

0 comments on commit a0a8580

Please sign in to comment.