Remove buttons for activity empty state (#8999)
Before: <img width="482" alt="Capture d’écran 2024-12-10 à 11 17 53" src="https://github.com/user-attachments/assets/3641e902-10b9-4fbf-8383-d6e5d5b2de79"> After: <img width="453" alt="Capture d’écran 2024-12-10 à 11 33 01" src="https://github.com/user-attachments/assets/9f949933-0740-4c91-abf3-2c1817a68968">
This commit is contained in:
@ -71,8 +71,8 @@ export const Default: Story = {
|
||||
}),
|
||||
).toBeInTheDocument();
|
||||
expect(
|
||||
await canvas.findByText('Add your first Activity', undefined, {
|
||||
timeout: 3000,
|
||||
await canvas.findByText('No activity yet', undefined, {
|
||||
timeout: 5000,
|
||||
}),
|
||||
).toBeInTheDocument();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user