Merge pull request #6869 from vinzscam/copy-text-button-clipboard-api

copy-text-button: remove hidden textarea
This commit is contained in:
Johan Haals
2021-08-20 13:52:33 +02:00
committed by GitHub
7 changed files with 66 additions and 47 deletions
@@ -55,7 +55,7 @@ describe('EntityBadgesDialog', () => {
);
await expect(
rendered.findByText('![test: badge](http://127.0.0.1/catalog/...)'),
rendered.findByText('test: badge'),
).resolves.toBeInTheDocument();
});
});