protected static property ClaroTableDragTest::$indentationXpathSelector in Drupal 10
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php \Drupal\FunctionalJavascriptTests\Theme\ClaroTableDragTest::indentationXpathSelector
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\ThemeCode
protected static $indentationXpathSelector = 'child::td[1]/div[contains(concat(" ", normalize-space(@class), " "), " js-tabledrag-cell-content ")]/div[contains(concat(" ", normalize-space(@class), " "), " js-indentation ")]';