- Notifications
You must be signed in to change notification settings - Fork928
feat: resources card#1627
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
feat: resources card#1627
Uh oh!
There was an error while loading.Please reload this page.
Conversation
</div> | ||
) | ||
} | ||
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.
🎉
expect(agent1Status.length).toEqual(2) | ||
const agent2Status = await screen.findAllByText(MockWorkspaceAgentDisconnected.status) | ||
expect(agent2Status.length).toEqual(2) | ||
}) | ||
}) |
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.
🎉
}, | ||
waiting: { | ||
after: { | ||
5000: "gettingResources", |
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.
👍 seems reasonable
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.
LGTM
* Set up table* Format* Hook up api and test - bug assigning resources* Remove debugging code* Format* Remove unnecessary cards* Fix test* Fix assignment* Fix tests* Lint
Uh oh!
There was an error while loading.Please reload this page.
Adds a basic resources card, to be added onto in other tickets
Closes#1031