Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei15193 committed Dec 4, 2023
1 parent 2aad016 commit 0fcf0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webApp/app/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ test("definition test", () => {
test("component test", () => {
render(<App />);

expect(screen.getByText("BillPath")).toHaveTextContent("BillPath");
expect(screen.getByText("Expenses")).toHaveTextContent("Expenses");
});

0 comments on commit 0fcf0d1

Please sign in to comment.