You are here

protected static property TableDragTest::$tabledragChangedXpathSelector in Drupal 10

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php \Drupal\FunctionalJavascriptTests\TableDrag\TableDragTest::tabledragChangedXpathSelector

Xpath selector for finding the tabledrag changed marker.

Type: string

File

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

Class

TableDragTest
Tests draggable table.

Namespace

Drupal\FunctionalJavascriptTests\TableDrag

Code

protected static $tabledragChangedXpathSelector = 'child::td[1]/abbr[contains(concat(" ", normalize-space(@class), " "), " tabledrag-changed ")]';