| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function ensureIndexPageWorks(Seller $I) |
||
| 24 | { |
||
| 25 | $I->login(); |
||
| 26 | $I->needPage(Url::to('/ticket/statistic')); |
||
| 27 | $I->see('Tickets statistics', 'h1'); |
||
| 28 | $I->seeLink('Create ticket', Url::to('@ticket/create')); |
||
| 29 | $this->ensureICanSeeAdvancedSearchBox(); |
||
| 30 | $this->ensureICanSeeBulkSearchBox(); |
||
| 31 | } |
||
| 32 | |||
| 56 |