file deletion with language module and domain config
Merge request reports
Activity
- Resolved by Sudhir Krishna
added 323 commits
-
0bfbfbd2...16964d02 - 322 commits from branch
project:11.x
- 888d4c1a - Merge branch drupal:11.x into 11.x
-
0bfbfbd2...16964d02 - 322 commits from branch
added 86 commits
-
0fbf7c27...31f9e8a9 - 85 commits from branch
project:11.x
- 9e273dda - Merge branch drupal:11.x into 11.x
-
0fbf7c27...31f9e8a9 - 85 commits from branch
347 347 // Removing a block will remove the block placement indicator. 348 348 $this->clickLink('Remove'); 349 349 $this->submitForm([], 'Remove'); 350 // @todo https://www.drupal.org/project/drupal/issues/2980527 this should be 351 // 'admin/structure/block/list/stark' but there is a bug. 352 $this->assertSession()->addressEquals('admin/structure/block'); 350 $this->assertSession()->addressEquals('admin/structure/block/list/stark'); The issue in @todo 2980527 is a duplicate of this issue.
- Resolved by Stephen Mustgrave
Please register or sign in to reply