mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 13:21:57 +00:00
feat(tests): updated close issue selector (#4551)
Signed-off-by: Alex Velichko <nestor_007@mail.ru>
This commit is contained in:
parent
68d7a5b5b7
commit
04fa2ca777
@ -36,7 +36,7 @@ export class IssuesDetailsPage extends CommonTrackerPage {
|
|||||||
this.textEstimation = page.locator('//span[text()="Estimation"]/following-sibling::div[1]/button/span')
|
this.textEstimation = page.locator('//span[text()="Estimation"]/following-sibling::div[1]/button/span')
|
||||||
this.buttonEstimation = page.locator('(//span[text()="Estimation"]/../div/button)[3]')
|
this.buttonEstimation = page.locator('(//span[text()="Estimation"]/../div/button)[3]')
|
||||||
this.buttonCreatedBy = page.locator('(//span[text()="Assignee"]/../div/button)[1]')
|
this.buttonCreatedBy = page.locator('(//span[text()="Assignee"]/../div/button)[1]')
|
||||||
this.buttonCloseIssue = page.locator('div.popupPanel-title > button')
|
this.buttonCloseIssue = page.locator('#btnPClose')
|
||||||
this.textParentTitle = page.locator('span.issue-title')
|
this.textParentTitle = page.locator('span.issue-title')
|
||||||
this.buttonAddSubIssue = page.locator('#add-sub-issue')
|
this.buttonAddSubIssue = page.locator('#add-sub-issue')
|
||||||
this.textRelated = page.locator('//span[text()="Related"]/following-sibling::div[1]/div//span')
|
this.textRelated = page.locator('//span[text()="Related"]/following-sibling::div[1]/div//span')
|
||||||
|
Loading…
Reference in New Issue
Block a user