Skip to content

Commit 0c09c83

Browse files
authored
Forms AI: update e2e tests (#104074)
Reflect changes done in Automattic/jetpack#43818
1 parent 9a69172 commit 0c09c83

File tree

1 file changed

+1
-1
lines changed
  • packages/calypso-e2e/src/lib/blocks/block-flows

1 file changed

+1
-1
lines changed

packages/calypso-e2e/src/lib/blocks/block-flows/form-ai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class FormAiFlow implements BlockFlow {
8181
.getByRole( 'document', {
8282
// The form will always have one of these input fields, and they are easy
8383
// to validate later in the editor with accessible checks!
84-
name: /^Block: (Text Input|Name|Email|Multi-line Text) Field$/,
84+
name: /^Block: (Text input|name|email|multi-line text) field$/,
8585
} )
8686
.locator( 'label' )
8787
.first()

0 commit comments

Comments
 (0)