ClaroTableDragTest::$indentationXpathSelector

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php \Drupal\FunctionalJavascriptTests\Theme\ClaroTableDragTest::indentationXpathSelector
  2. 10 core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php \Drupal\FunctionalJavascriptTests\Theme\ClaroTableDragTest::indentationXpathSelector

Type: indentationXpathSelector

Overrides TableDragTest::$indentationXpathSelector

File

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

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 ")]';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.