‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest Class Reference

Public Member Functions

 _before (ApplicationTester $I)
 
 searchAndTestIfAutocompletionWorks (ApplicationTester $I)
 
 searchForFancyTextAndCheckEmptyResultInfo (ApplicationTester $I)
 
 checkIfTheShowAllLinkPointsToTheListViewWithSearchResults (ApplicationTester $I)
 

Static Public Attributes

static string $topBarModuleSelector = '#typo3-cms-backend-backend-toolbaritems-livesearchtoolbaritem'
 

Detailed Description

Test the search module in the top bar

Definition at line 26 of file SearchCest.php.

Member Function Documentation

◆ _before()

TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest::_before ( ApplicationTester  $I)

Definition at line 35 of file SearchCest.php.

◆ checkIfTheShowAllLinkPointsToTheListViewWithSearchResults()

TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest::checkIfTheShowAllLinkPointsToTheListViewWithSearchResults ( ApplicationTester  $I)

Definition at line 67 of file SearchCest.php.

◆ searchAndTestIfAutocompletionWorks()

TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest::searchAndTestIfAutocompletionWorks ( ApplicationTester  $I)

Definition at line 40 of file SearchCest.php.

◆ searchForFancyTextAndCheckEmptyResultInfo()

TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest::searchForFancyTextAndCheckEmptyResultInfo ( ApplicationTester  $I)

Definition at line 54 of file SearchCest.php.

Member Data Documentation

◆ $topBarModuleSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest::$topBarModuleSelector = '#typo3-cms-backend-backend-toolbaritems-livesearchtoolbaritem'
static

Definition at line 33 of file SearchCest.php.