Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpierre13 committed Sep 27, 2024
1 parent 27d164f commit 4a38e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('PermissionsModal', () => {
);
});

expect(screen.getByText('Permissions for method namespace/test'));
expect(screen.getByText('Edit Snapshot Permissions'));
expect(screen.getByText('User'));
expect(screen.getByRole('button', { name: 'Add' }));
expect(screen.getByText('Current Users'));
Expand Down

0 comments on commit 4a38e2f

Please sign in to comment.