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

Public Member Functions

 _before (ApplicationTester $I)
 
 searchAndTestIfAutocompletionWorks (ApplicationTester $I, ModalDialog $dialog)
 
 searchForFancyTextAndCheckEmptyResultInfo (ApplicationTester $I, ModalDialog $dialog)
 

Static Private Attributes

static string $toolbarItemSelector = '.t3js-toolbar-item-search'
 
static string $searchField = 'input[type="search"][name="query"]'
 
static string $searchResultContainer = 'typo3-backend-live-search-result-container'
 
static string $searchResultItem = 'typo3-backend-live-search-result-item'
 

Detailed Description

Test the search module in the top bar

Definition at line 28 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.

◆ searchAndTestIfAutocompletionWorks()

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

◆ searchForFancyTextAndCheckEmptyResultInfo()

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

Member Data Documentation

◆ $searchField

string TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest::$searchField = 'input[type="search"][name="query"]'
staticprivate

Definition at line 31 of file SearchCest.php.

◆ $searchResultContainer

string TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest::$searchResultContainer = 'typo3-backend-live-search-result-container'
staticprivate

Definition at line 32 of file SearchCest.php.

◆ $searchResultItem

string TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest::$searchResultItem = 'typo3-backend-live-search-result-item'
staticprivate

Definition at line 33 of file SearchCest.php.

◆ $toolbarItemSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\SearchCest::$toolbarItemSelector = '.t3js-toolbar-item-search'
staticprivate

Definition at line 30 of file SearchCest.php.