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 399bd6d commit 084bf35Copy full SHA for 084bf35
projects/packages/forms/tests/php/contact-form/Contact_Form_Test.php
@@ -2591,6 +2591,7 @@ public function test_get_instance_from_jwt_returns_with_all_attribute_data() {
2591
$expected_attributes['block_template'] = '';
2592
$expected_attributes['block_template_part'] = '';
2593
$expected_attributes['id'] = 'widget-string';
2594
+ $expected_attributes['saveResponses'] = 'yes';
2595
2596
$form = new Contact_Form(
2597
$attributes,
0 commit comments