public async assertRelatedError()

in src/pom/serverless/pages/traces.page.ts [26:28]


    public async assertRelatedError() {
        await expect(this.relatedError() || this.relatedErrors(), 'Trace-related errors in timeline should be visible').toBeVisible();
      }