| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | public function updatePrices(): void |
||
| 16 | { |
||
| 17 | $I = $this->tester; |
||
| 18 | |||
| 19 | $this->loadPage(); |
||
| 20 | $I->click('Update'); |
||
| 21 | $I->waitForText('Update'); |
||
| 22 | $this->fillRandomPrices(''); |
||
| 23 | $I->click('Save'); |
||
| 24 | $I->closeNotification('Prices were successfully updated'); |
||
| 25 | $this->seeRandomPrices(); |
||
| 26 | } |
||
| 27 | } |
||
| 28 |