Components
Text
Copy to Paste

Copy To Paste

Introduction

to copy infomration in the document and put it somewhere else.

Example in legacy UI : Copy To Paste


Copy Query Param

Example in legacy UI : CopyQueryParam

Introduction

Query parameters are a defined set of parameters attached to the end of a url. They are extensions of the URL that are used to help define specific content or actions based on the data being passed.

Automated tests

Unit

Command : npm run test:unit
Test file location : /tests/copyButton.unit.test.tsx

npm run test:unit:file copybutton

Integration

Command : ???
Test file location : ???

???