Code Duplication    Length = 10-10 lines in 2 locations

tests/acceptance/client/BillCest.php 1 location

@@ 33-42 (lines=10) @@
30
        $this->ensureICanSeeBulkBillSearchBox();
31
    }
32
33
    private function ensureICanSeeAdvancedSearchBox()
34
    {
35
        $this->index->containsFilters([
36
            new Input('Currency'),
37
            new Input('Type'),
38
            new Input('Servers'),
39
            new Input('Description'),
40
            new Select2('Tariff'),
41
        ]);
42
    }
43
44
    private function ensureICanSeeBulkBillSearchBox()
45
    {

tests/acceptance/seller/TariffCest.php 1 location

@@ 33-42 (lines=10) @@
30
        $this->ensureICanSeeBulkBillSearchBox();
31
    }
32
33
    private function ensureICanSeeAdvancedSearchBox()
34
    {
35
        $this->index->containsFilters([
36
            new Input('Tariff'),
37
            new Input('Note'),
38
            new Input('Type'),
39
            new Select2('Client'),
40
            new Select2('Reseller'),
41
        ]);
42
    }
43
44
    private function ensureICanSeeBulkBillSearchBox()
45
    {