Skip to content

Commit

Permalink
feat(CI): fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
LightOfHeaven1994 committed Dec 5, 2024
1 parent f85d454 commit 2b0cdbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SmartComponents/CreatePolicy/CreatePolicy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ describe('CreatePolicy', () => {
);
console.log('TEST 3');


expect(screen.getByText('Policy type')).toBeInTheDocument();

await userEvent.type(
Expand All @@ -76,7 +75,6 @@ describe('CreatePolicy', () => {
);
console.log('TEST 4');


await userEvent.click(
screen.getByRole('radio', { name: 'Select row 0' })
);
Expand Down

0 comments on commit 2b0cdbf

Please sign in to comment.