Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Dec 3, 2024
1 parent 780b423 commit 75ceb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/SidebarApp.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('SidebarApp', () => {
const drawer = screen.getByTestId('drawer_app');
expect(drawer).toBeInTheDocument();

const logo = screen.getByText('LOGO');
const logo = screen.getByText('LogID');
expect(logo).toBeInTheDocument();

SIDEBAR_MENU.forEach((item) => {
Expand Down

0 comments on commit 75ceb64

Please sign in to comment.