Skip to content

Commit

Permalink
fix: remove unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaam committed Jul 10, 2024
1 parent 23405a3 commit 056c1c5
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions src/layouts/app/pages/PetRegister/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import { userEvent } from '@testing-library/user-event';
import afghanHound from '../../../../stories/assets/petRegisterPage/afghanHound.svg';
import akita from '../../../../stories/assets/petRegisterPage/akita.svg';
import beagle from '../../../../stories/assets/petRegisterPage/beagle.svg';
import bichonFrise from '../../../../stories/assets/petRegisterPage/bichonFrise.svg';
import borderCollie from '../../../../stories/assets/petRegisterPage/borderCollie.svg';
import boxer from '../../../../stories/assets/petRegisterPage/boxer.svg';
import chowChow from '../../../../stories/assets/petRegisterPage/chowChow.svg';
import mixedBreed from '../../../../stories/assets/petRegisterPage/mixedBreed.svg';

import PetRegisterPage from './index';
Expand All @@ -27,21 +23,7 @@ const mockCards = [
imgSrc: akita,
imgAlt: 'akita',
},
{
title: 'Boxer',
imgSrc: boxer,
imgAlt: 'boxer',
},
{
title: 'Akita',
imgSrc: akita,
imgAlt: 'akita',
},
{
title: 'Boxer',
imgSrc: boxer,
imgAlt: 'boxer',
},

{
title: 'Beagle',
imgSrc: beagle,
Expand All @@ -52,21 +34,6 @@ const mockCards = [
imgSrc: afghanHound,
imgAlt: 'afghan hound',
},
{
title: 'Bichon Frise',
imgSrc: bichonFrise,
imgAlt: 'bichon frise',
},
{
title: 'Chow Chow',
imgSrc: chowChow,
imgAlt: 'chow chow',
},
{
title: 'Border Collie',
imgSrc: borderCollie,
imgAlt: 'border collie',
},
];

describe('PetRegisterPage', () => {
Expand Down

0 comments on commit 056c1c5

Please sign in to comment.