refactor: migrate e2e tests and components to use data-testid attributes
This commit is contained in:
@@ -459,6 +459,7 @@ export default function Editor() {
|
||||
</label>
|
||||
<input
|
||||
id="recipient"
|
||||
data-testid="recipient-input"
|
||||
type="text"
|
||||
placeholder={toPlaceholderList[placeholderIndex]}
|
||||
value={recipient}
|
||||
|
||||
Reference in New Issue
Block a user