Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
social_api
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
social_api
Merge requests
!10
Issue
#3434674
"Automated drupal 11"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3434674
"Automated drupal 11"
issue/social_api-3434674:3434674-automated-drupal-11
into
4.0.x
Overview
4
Commits
3
Pipelines
4
Changes
4
1 unresolved thread
Hide all comments
Merged
Ankit Pathak
requested to merge
issue/social_api-3434674:3434674-automated-drupal-11
into
4.0.x
8 months ago
Overview
4
Commits
3
Pipelines
4
Changes
4
1 unresolved thread
Hide all comments
Expand
Closes
#3434674
0
0
Merge request reports
Compare
4.0.x
version 3
ef01d2a2
8 months ago
version 2
e7cb7020
8 months ago
version 1
6b2060eb
8 months ago
4.0.x (base)
and
latest version
latest version
ef01d2a2
3 commits,
8 months ago
version 3
ef01d2a2
3 commits,
8 months ago
version 2
e7cb7020
2 commits,
8 months ago
version 1
6b2060eb
1 commit,
8 months ago
4 files
+
12
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
tests/src/Functional/SocialApiTestBase.php
+
1
−
1
Options
@@ -167,7 +167,7 @@ public function checkSettingsFormSubmission() {
$path
=
'admin/config/social-api/'
.
$this
->
moduleType
.
'/'
.
$this
->
provider
;
$this
->
drupalGet
(
$path
);
$this
->
submitForm
(
$this
->
edit
,
$this
->
t
(
'Save configuration'
)
)
;
$this
->
submitForm
(
$this
->
edit
,
'Save configuration'
);
$this
->
assertSession
()
->
pageTextContains
(
'The configuration options have been saved.'
);
}
Loading