We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a69172 commit 0c09c83Copy full SHA for 0c09c83
packages/calypso-e2e/src/lib/blocks/block-flows/form-ai.ts
@@ -81,7 +81,7 @@ export class FormAiFlow implements BlockFlow {
81
.getByRole( 'document', {
82
// The form will always have one of these input fields, and they are easy
83
// to validate later in the editor with accessible checks!
84
- name: /^Block: (Text Input|Name|Email|Multi-line Text) Field$/,
+ name: /^Block: (Text input|name|email|multi-line text) field$/,
85
} )
86
.locator( 'label' )
87
.first()
0 commit comments