@@ -769,6 +769,7 @@ Information about pagination in a connection.
| `printingMergeRequestLinkEnabled` | Boolean | Indicates if a link to create or view a merge request should display after a push to Git repositories of the project from the command line |
| `removeSourceBranchAfterMerge` | Boolean | Indicates if `Delete source branch` option should be enabled by default for all new merge requests of the project |
| `autocloseReferencedIssues` | Boolean | Indicates if issues referenced by merge requests and commits within the default branch are closed automatically |
| `suggestionCommitMessage` | String | The commit message used to apply merge request suggestions |
| `namespace` | Namespace | Namespace of the project |
| `group` | Group | Group of the project |
| `statistics` | ProjectStatistics | Statistics of the project |
it"mentions the merge request template in the section's description text"do
visitedit_project_path(project)
expect(page).tohave_content('Choose your merge method, merge options, merge checks, and set up a default description template for merge requests.')
expect(page).tohave_content('Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests.')