Ability to show ids in title (#10318)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-12-19 20:26:53 +05:00
committed by GitHub
parent bc0a3e15cb
commit 33bb180505
31 changed files with 110 additions and 42 deletions
@@ -157,7 +157,6 @@ export class CustomAttributesPage {
await expect(this.lead().nth(1)).toBeVisible()
await expect(this.issue().nth(0)).toBeVisible()
await expect(this.issue().nth(1)).toBeVisible()
await expect(this.card()).toBeVisible()
await expect(this.product()).toBeVisible()
}
}
@@ -53,7 +53,6 @@ export class ClassesPage {
await expect(this.lead().nth(1)).toBeVisible()
await expect(this.issue().nth(0)).toBeVisible()
await expect(this.issue().nth(1)).toBeVisible()
await expect(this.card()).toBeVisible()
await expect(this.product()).toBeVisible()
}
}