public async sortByMetricValue()

in src/pom/stateful/pages/inventory.page.ts [42:45]


    public async sortByMetricValue() {
        await this.sortWaffleByDropdown().click();
        await this.sortWaffleByValue().click();
        }