Skip to content

Commit 4e81af8

Browse files
committed
Fixed UI test for member profile page
1 parent a2627b4 commit 4e81af8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web-ui/src/pages/MemberProfilePage.test.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ const initialState = {
1111
{ name: 'mr. test', firstName: 'mr', lastName: 'test', id: '1234' }
1212
],
1313
userProfile: {
14-
memberProfile: {
15-
id: '1234',
16-
name: 'mr. test'
17-
}
14+
id: '1234',
1815
}
1916
}
2017
};

0 commit comments

Comments
 (0)