Skip to content

Commit

Permalink
update: changed test description
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarques1196 committed Jan 29, 2025
1 parent 4c0ab54 commit 98fbdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/activity-menu.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe("Menu", () => {
);
});

it("Menu renders displaying the selection buttons and dropdown", () => {
it("Renders the inital state correctly", () => {
render(<Menu />);
expect(screen.getByText("Menu")).toBeInTheDocument();
expect(screen.getByRole("button", { name: "Run" })).toBeInTheDocument();
Expand Down

0 comments on commit 98fbdeb

Please sign in to comment.