Skip to content

Commit

Permalink
Fix Manage Permissions drawer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdanator committed Jun 25, 2023
1 parent a682ee2 commit 17af39e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ describe('browse-dashboards FolderActionsButton', () => {

await userEvent.click(screen.getByRole('button', { name: 'Folder actions' }));
await userEvent.click(screen.getByRole('menuitem', { name: 'Manage permissions' }));
expect(screen.getByRole('dialog', { name: 'Drawer title Permissions' })).toBeInTheDocument();
expect(screen.getByRole('dialog', { name: 'Drawer title Manage Permissions' })).toBeInTheDocument();
});

it('clicking the "Move" option opens the move modal', async () => {
Expand Down

0 comments on commit 17af39e

Please sign in to comment.