Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
17 | protected function seeNoSuggestions(): void |
||
18 | { |
||
19 | $I = $this->tester; |
||
20 | |||
21 | $I->see('No price suggestions for this object'); |
||
22 | $I->see('We could not suggest any new prices of type "Domain" for the selected object.'); |
||
23 | $I->see('Probably, they were already created earlier or this suggestion type is not compatible with this object type'); |
||
24 | $I->see('You can return back to plan'); |
||
25 | } |
||
26 | } |
||
27 |