mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Ability to show ids in title (#10318)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user