public async assertEmbeddedError()

in src/pom/serverless/pages/dashboard.page.ts [82:84]


    public async assertEmbeddedError(title: string) {
        expect(this.page.locator(`xpath=//div[@data-title="${title}"]//div[@data-test-subj="embeddable-lens-failure"]`), `Error while loading visualization "${title}"`).toBeDefined();
        }