public async setPeriodProfiling()

in src/pom/stateful/components/date_picker.component.ts [67:72]


    public async setPeriodProfiling() {
        await this.clickDatePickerHostsProfiling();
        await this.fillTimeValue(TIME_VALUE);
        await this.selectTimeUnit(TIME_UNIT);
        await this.clickApplyButton();
    }