function BlockDragTest::getDragRow
Same name in other branches
- 11.x core/modules/block/tests/src/FunctionalJavascript/BlockDragTest.php \Drupal\Tests\block\FunctionalJavascript\BlockDragTest::getDragRow()
Helper function to find block tr element on the page.
1 call to BlockDragTest::getDragRow()
- BlockDragTest::testDragAndDropBlocks in core/
modules/ block/ tests/ src/ FunctionalJavascript/ BlockDragTest.php - Tests drag and drop blocks.
File
-
core/
modules/ block/ tests/ src/ FunctionalJavascript/ BlockDragTest.php, line 91
Class
- BlockDragTest
- Tests drag and drop blocks on block layout page.
Namespace
Drupal\Tests\block\FunctionalJavascriptCode
private function getDragRow($page, $blockId) {
return $page->find('css', '#blocks tbody tr[data-drupal-selector="' . $blockId . '"] a.tabledrag-handle');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.