public async filterLogsByError()

in src/pom/stateful/pages/discover.page.ts [69:74]


    public async filterLogsByError() {
        await this.logsSearchField().click();
        await this.logsSearchField().fill('error');
        await this.toggleErrorMessage().click();
        await this.toggleTopValue().click();
        }