-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin Page name mapping fix #58
Conversation
@ecurrencyhodler check this out |
@gouravmpk tests are not passing |
@elraphty I got why that test is failing , will fix it soon |
@elraphty please check now |
Jest is still failing. |
looks like jest if having trouble finding the assignee alias in the test |
you may need to modify the mock bounties in that test file to include |
src/pages/superadmin/tableComponent/__tests__/TableComponent.spec.tsx
Outdated
Show resolved
Hide resolved
please cleanup the commits and rebase to master |
const defaultPage = 1; | ||
const totalBounties = 174; | ||
const paginationLimit = Math.floor(totalBounties / 20) + 1; | ||
const defaultTabs: number[] = [1, 2, 3, 4, 5, 6, 7]; | ||
const activeTabs = defaultTabs; | ||
const setActiveTabs = jest.fn(); | ||
|
||
const mockBounties: Bounty[] = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this shouldnt be changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay I changed it to right place I think
@gouravmpk can you rebase? I'll prioritize this pr for review. Apologies for the ongoing reviews. |
okay |
Describe your changes
Screen.Recording.2024-01-29.at.1.18.47.AM.mov
Missing image from meme.sphinx.chat added and changed button styling
Issue ticket number and link
#57
Please delete options that are not relevant.
Checklist before requesting a review