Update email editor acceptance test
MAILPOET-6331
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
8b1f7c9a88
commit
fbf4272e0e
@@ -147,6 +147,8 @@ class CreateAndSendEmailUsingGutenbergCest {
|
|||||||
|
|
||||||
private function closeTemplateSelectionModal(\AcceptanceTester $i): void {
|
private function closeTemplateSelectionModal(\AcceptanceTester $i): void {
|
||||||
$i->wantTo('Close template selector');
|
$i->wantTo('Close template selector');
|
||||||
|
$i->waitForElementClickable('.email-editor-start_from_scratch_button');
|
||||||
|
$i->click('[aria-label="Basic"]');
|
||||||
$i->waitForElementVisible('.block-editor-block-preview__container');
|
$i->waitForElementVisible('.block-editor-block-preview__container');
|
||||||
$i->click('[aria-label="Close"]');
|
$i->click('[aria-label="Close"]');
|
||||||
}
|
}
|
||||||
|
@@ -41,7 +41,7 @@ export function SelectTemplateModal( {
|
|||||||
onSelectCallback,
|
onSelectCallback,
|
||||||
closeCallback = null,
|
closeCallback = null,
|
||||||
previewContent = '',
|
previewContent = '',
|
||||||
} ) {
|
} ) {
|
||||||
const [ templates ] = usePreviewTemplates( previewContent );
|
const [ templates ] = usePreviewTemplates( previewContent );
|
||||||
|
|
||||||
const hasTemplates = templates?.length > 0;
|
const hasTemplates = templates?.length > 0;
|
||||||
@@ -101,6 +101,7 @@ export function SelectTemplateModal( {
|
|||||||
<FlexItem>
|
<FlexItem>
|
||||||
<Button
|
<Button
|
||||||
variant="tertiary"
|
variant="tertiary"
|
||||||
|
className="email-editor-start_from_scratch_button"
|
||||||
onClick={ () => handleCloseWithoutSelection() }
|
onClick={ () => handleCloseWithoutSelection() }
|
||||||
isBusy={ ! hasTemplates }
|
isBusy={ ! hasTemplates }
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user