We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c4942 commit cf41936Copy full SHA for cf41936
1 file changed
client/components/Dropdown/DropdownMenu.test.tsx
@@ -16,7 +16,7 @@ describe('DropdownMenu', () => {
16
);
17
};
18
19
- it('should render the dropdown button', () => {
+ it('should render the dropdown button', () => {
20
renderDropdown();
21
22
const button = screen.getByRole('button', { name: 'More options' });
@@ -52,6 +52,4 @@ describe('DropdownMenu', () => {
52
expect(screen.queryByRole('menu')).not.toBeInTheDocument();
53
});
54
55
-
56
57
0 commit comments