Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Merge requests
!11835
Issue
#3518990
: Deprecate SyndicateBlock
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3518990
: Deprecate SyndicateBlock
issue/drupal-3518990:3518990-deprecate-syndicateblock
into
11.x
Overview
0
Commits
7
Pipelines
7
Changes
48
Closed
Ann Mary Sruthy
requested to merge
issue/drupal-3518990:3518990-deprecate-syndicateblock
into
11.x
2 months ago
Overview
0
Commits
7
Pipelines
7
Changes
48
Expand
Closes
#3518990
0
0
Merge request reports
Compare
11.x
version 6
5f24c444
2 months ago
version 5
e0a876a0
2 months ago
version 4
02cf8838
2 months ago
version 3
2f293dba
2 months ago
version 2
ae236d1c
2 months ago
version 1
214ca3a9
2 months ago
11.x (base)
and
latest version
latest version
982e717d
7 commits,
2 months ago
version 6
5f24c444
6 commits,
2 months ago
version 5
e0a876a0
5 commits,
2 months ago
version 4
02cf8838
4 commits,
2 months ago
version 3
2f293dba
3 commits,
2 months ago
version 2
ae236d1c
2 commits,
2 months ago
version 1
214ca3a9
1 commit,
2 months ago
48 files
+
55
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
48
Search (e.g. *.vue) (Ctrl+P)
core/modules/block/tests/src/FunctionalJavascript/BlockDragTest.php
+
1
−
0
Options
@@ -10,6 +10,7 @@
* Tests drag and drop blocks on block layout page.
*
* @group block
* @group legacy
*/
class
BlockDragTest
extends
WebDriverTestBase
{
Loading