Moved copy-to-clipboard control next to short URL

This commit is contained in:
Alejandro Celaya
2020-03-06 21:22:07 +01:00
parent 96d538db15
commit fba156b271
8 changed files with 50 additions and 54 deletions

View File

@@ -49,8 +49,8 @@ describe('<ShortUrlsRowMenu />', () => {
const wrapper = createWrapper();
const items = wrapper.find(DropdownItem);
expect(items).toHaveLength(9);
expect(items.find('[divider]')).toHaveLength(2);
expect(items).toHaveLength(7);
expect(items.find('[divider]')).toHaveLength(1);
});
describe('toggles state when toggling modal windows', () => {