protected static property ClaroTableDragTest::$tabledragChangedXpathSelector in Drupal 10
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php \Drupal\FunctionalJavascriptTests\Theme\ClaroTableDragTest::tabledragChangedXpathSelector
Xpath selector for finding the tabledrag changed marker.
Type: string
Overrides TableDragTest::$tabledragChangedXpathSelector
File
- core/
tests/ Drupal/ FunctionalJavascriptTests/ Theme/ ClaroTableDragTest.php, line 29
Class
- ClaroTableDragTest
- Tests draggable tables with Claro theme.
Namespace
Drupal\FunctionalJavascriptTests\ThemeCode
protected static $tabledragChangedXpathSelector = 'child::td[1]/div[contains(concat(" ", normalize-space(@class), " "), " js-tabledrag-cell-content ")]/abbr[contains(concat(" ", normalize-space(@class), " "), " tabledrag-changed ")]';