AdminTableDragTest::$tabledragChangedXpathSelector

Same name and namespace in other branches
  1. main core/tests/Drupal/FunctionalJavascriptTests/Theme/AdminTableDragTest.php \Drupal\FunctionalJavascriptTests\Theme\AdminTableDragTest::tabledragChangedXpathSelector

Type: tabledragChangedXpathSelector

File

core/tests/Drupal/FunctionalJavascriptTests/Theme/AdminTableDragTest.php, line 33

Class

AdminTableDragTest
Tests draggable tables with Admin theme.

Namespace

Drupal\FunctionalJavascriptTests\Theme

Code

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

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