You are here

public function TableDragTest::testKeyboardAccessibility in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php \Drupal\FunctionalJavascriptTests\TableDrag\TableDragTest::testKeyboardAccessibility()
  2. 9 core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php \Drupal\FunctionalJavascriptTests\TableDrag\TableDragTest::testKeyboardAccessibility()

Tests accessibility through keyboard of the tabledrag functionality.

File

core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php, line 148

Class

TableDragTest
Tests draggable table.

Namespace

Drupal\FunctionalJavascriptTests\TableDrag

Code

public function testKeyboardAccessibility() {
  $this
    ->assertKeyboardAccessibility();
}