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