‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest Class Reference

Public Member Functions

 _before (ApplicationTester $I, PageTree $pageTree)
 
 _after (ApplicationTester $I)
 
 seeSearchResults (ApplicationTester $I)
 
 seeAdvancedSearch (ApplicationTester $I)
 

Private Attributes

string $sidebarSelector = '.sidebar.list-group'
 
string $searchSelector = '#tx-indexedsearch-searchbox-sword'
 
string $advancedSelector = '//a[contains(., "Advanced search")]'
 
string $regularSelector = '//a[contains(., "Regular search")]'
 
string $noResultsSelector = '.tx-indexedsearch-info-noresult'
 
string $submitSelector = '.tx-indexedsearch-search-submit input[type=submit]'
 

Detailed Description

Definition at line 24 of file IndexedSearchCest.php.

Member Function Documentation

◆ _after()

TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::_after ( ApplicationTester  $I)

Definition at line 56 of file IndexedSearchCest.php.

◆ _before()

TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::_before ( ApplicationTester  $I,
PageTree  $pageTree 
)

◆ seeAdvancedSearch()

TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::seeAdvancedSearch ( ApplicationTester  $I)

Definition at line 78 of file IndexedSearchCest.php.

◆ seeSearchResults()

TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::seeSearchResults ( ApplicationTester  $I)

Definition at line 71 of file IndexedSearchCest.php.

Member Data Documentation

◆ $advancedSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::$advancedSelector = '//a[contains(., "Advanced search")]'
private

Definition at line 28 of file IndexedSearchCest.php.

◆ $noResultsSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::$noResultsSelector = '.tx-indexedsearch-info-noresult'
private

Definition at line 30 of file IndexedSearchCest.php.

◆ $regularSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::$regularSelector = '//a[contains(., "Regular search")]'
private

Definition at line 29 of file IndexedSearchCest.php.

◆ $searchSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::$searchSelector = '#tx-indexedsearch-searchbox-sword'
private

Definition at line 27 of file IndexedSearchCest.php.

◆ $sidebarSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::$sidebarSelector = '.sidebar.list-group'
private

Definition at line 26 of file IndexedSearchCest.php.

◆ $submitSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\IndexedSearchCest::$submitSelector = '.tx-indexedsearch-search-submit input[type=submit]'
private

Definition at line 31 of file IndexedSearchCest.php.