diff --git a/packages/calypso-e2e/src/lib/blocks/block-flows/map.ts b/packages/calypso-e2e/src/lib/blocks/block-flows/map.ts index fd1e8e5902bdf..b13eb4c4c9dbe 100644 --- a/packages/calypso-e2e/src/lib/blocks/block-flows/map.ts +++ b/packages/calypso-e2e/src/lib/blocks/block-flows/map.ts @@ -47,7 +47,7 @@ export class MapFlow implements BlockFlow { // Enter the supplied address. const editorParent = await context.editorPage.getEditorParent(); await editorParent - .getByRole( 'textbox', { name: 'Add a marker' } ) + .getByPlaceholder( 'Add a marker' ) .type( this.configurationData.address, { delay: 5 } ); // Wait for the popover and click on the first matching item.