Merge "gr-comment: Add "." to text property for gr-suggestion-textarea"
diff --git a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.ts b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.ts
index 801fd023..ec7ad9f 100644
--- a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.ts
+++ b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.ts
@@ -893,7 +893,7 @@
         code=""
         rows="4"
         .placeholder=${this.messagePlaceholder}
-        text=${this.messageText}
+        .text=${this.messageText}
         autocompleteHint=${this.autocompleteHint?.commentCompletion ?? ''}
         @text-changed=${this.handleTextChanged}
         @hintShown=${this.handleHintShown}
diff --git a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment_test.ts b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment_test.ts
index 1f57d38..7a8dd74 100644
--- a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment_test.ts
+++ b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment_test.ts
@@ -340,7 +340,6 @@
                   code=""
                   id="editTextarea"
                   rows="4"
-                  text="This is the test comment message."
                 >
                 </gr-suggestion-textarea>
                 <gr-endpoint-slot name="above-actions"></gr-endpoint-slot>