Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit c2a6444

Browse files
committed
fix: test case for contract details page
1 parent e17e65d commit c2a6444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/ContractDetailsPage/__tests__/DesktopContractDetailsPage.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe("DesktopContractDetailsPage", () => {
8484

8585
// Check close button container
8686
const closeButtonContainer = screen.getByTestId("close-button-container");
87-
expect(closeButtonContainer).toHaveClass("absolute bottom-16 left-0 right-0 m-4 w-[290px] b-[55px]");
87+
expect(closeButtonContainer).toHaveClass("absolute bottom-0 left-0 right-0 m-4 w-[290px] b-[55px]");
8888
});
8989

9090
it("renders in correct order", () => {

0 commit comments

Comments
 (0)