Skip to content

Commit

Permalink
new update home_list_card and workspace_list_card,solve some errors, …
Browse files Browse the repository at this point in the history
…and write new testes

Signed-off-by: Qxisylolo <[email protected]>
  • Loading branch information
Qxisylolo committed Aug 1, 2024
1 parent 3573050 commit f98b428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('workspace list card render normally', () => {
expect(getByText('bar')).toBeInTheDocument();
});

it('should render create workspace buuton when is dashboard admin and navigate to create new workspace page when clicking on plus button', () => {
it('should render create workspace button when is dashboard admin and navigate to create new workspace page when clicking on plus button', () => {
coreStart.application.capabilities = {
...coreStart.application.capabilities,
dashboards: {
Expand Down

0 comments on commit f98b428

Please sign in to comment.