Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | public function deleteTemplatePrices(): void |
||
16 | { |
||
17 | $I = $this->tester; |
||
18 | |||
19 | $this->loadPage(); |
||
20 | $I->click("//thead/tr/th/input[@name='selection_all']"); |
||
21 | $I->click('Delete'); |
||
22 | $I->acceptPopup(); |
||
23 | $I->closeNotification('Prices were successfully deleted'); |
||
24 | $I->see('No prices found'); |
||
25 | } |
||
26 | } |
||
27 |