Skip to content

Commit 9417630

Browse files
authored
Merge pull request #458 from bp-momentum/test
making the test for trainer-information available again
2 parents a105348 + c6a4faf commit 9417630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/profile/user/userProfile.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe("<Index/>", () => {
6262
expect(info).toBeInTheDocument();
6363
expect(info).toBeVisible();
6464
*/}
65-
65+
6666
const calendar = await screen.findByTestId("activity-calendar", undefined, {
6767
timeout: 10000,
6868
});

0 commit comments

Comments
 (0)