You are here

protected static property TableDragTest::$indentationXpathSelector in Drupal 10

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

Xpath selector for finding tabledrag indentation elements in a table row.

Type: string

File

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

Class

TableDragTest
Tests draggable table.

Namespace

Drupal\FunctionalJavascriptTests\TableDrag

Code

protected static $indentationXpathSelector = 'child::td[1]/*[contains(concat(" ", normalize-space(@class), " "), " js-indentation ")][contains(concat(" ", normalize-space(@class), " "), " indentation ")]';