Migrated CreateShortUrlResult test to react testing library

This commit is contained in:
Alejandro Celaya
2022-07-06 18:30:33 +02:00
parent edef36bae8
commit 1a20065053
2 changed files with 16 additions and 31 deletions

View File

@@ -43,7 +43,7 @@ export const CreateShortUrlResult = (useTimeoutToggle: TimeoutToggle) => (
return (
<Result type="success" className="mt-3">
{canBeClosed && <FontAwesomeIcon icon={closeIcon} className="float-end pointer" onClick={resetCreateShortUrl} />}
<b>Great!</b> The short URL is <b>{shortUrl}</b>
<span><b>Great!</b> The short URL is <b>{shortUrl}</b></span>
<CopyToClipboard text={shortUrl} onCopy={setShowCopyTooltip}>
<button