1 | <?php |
||
9 | class HidePaymentNotificationCest |
||
10 | { |
||
11 | /** |
||
12 | * @var IndexPage |
||
13 | */ |
||
14 | private $index; |
||
15 | |||
16 | public function _before(Seller $I) |
||
20 | |||
21 | public function enusreICanHidePaymentNotification(Seller $I) |
||
30 | |||
31 | private function setFilters(Seller $I): void |
||
35 | |||
36 | private function ensureICantSeePaymentTickets(Seller $I) |
||
43 | } |
||
44 |