Update acceptance test case to fix failing test

MAILPOET-6431
This commit is contained in:
Oluwaseun Olorunsola
2025-02-05 16:01:42 +01:00
committed by Oluwaseun Olorunsola
parent 5023bbb6f2
commit 2adc6d23ca
2 changed files with 4 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ export function SendButton( { validateContent, isContentInvalid } ) {
}
} }
disabled={ isDisabled }
data-automation-id="email_editor_send_button"
>
{ label }
</Button>