♻️(frontend) add user from side modal
We move the add user functionality to a side modal. The side modal is opened from the share button.
This commit is contained in:
@@ -76,5 +76,6 @@ test.describe('Doc Header', () => {
|
||||
card.getByText('Owners: super@owner.com / super2@owner.com'),
|
||||
).toBeVisible();
|
||||
await expect(card.getByText('Your role: Owner')).toBeVisible();
|
||||
await expect(page.getByRole('button', { name: 'Share' })).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user