You are here

protected static property ClaroTableDragTest::$indentationXpathSelector in Drupal 9

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

Type: string

Overrides TableDragTest::$indentationXpathSelector

File

core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php, line 24

Class

ClaroTableDragTest
Tests draggable tables with Claro theme.

Namespace

Drupal\FunctionalJavascriptTests\Theme

Code

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