
| Current Path : /var/www/html1/rrr/web/core/tests/Drupal/FunctionalJavascriptTests/Theme/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //var/www/html1/rrr/web/core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php |
<?php
namespace Drupal\FunctionalJavascriptTests\Theme;
use Drupal\FunctionalJavascriptTests\TableDrag\TableDragTest;
/**
* Runs TableDragTest in Claro.
*
* @group claro
*
* @see \Drupal\FunctionalJavascriptTests\TableDrag\TableDragTest
*/
class ClaroTableDragTest extends TableDragTest {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'claro';
/**
* {@inheritdoc}
*/
protected function findWeightsToggle($expected_text) {
$toggle = $this->getSession()->getPage()->findLink($expected_text);
$this->assertNotEmpty($toggle);
return $toggle;
}
}