mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
fix(tests): updated the today selector for issues page (#3911)
Signed-off-by: Alex Velichko <nestor_007@mail.ru>
This commit is contained in:
parent
3ae4d32847
commit
2d3a751922
@ -50,7 +50,7 @@ export class IssuesPage extends CommonTrackerPage {
|
||||
'form[id="tracker:string:NewIssue"] div#milestone-editor button'
|
||||
)
|
||||
this.buttonPopupCreateNewIssueDuedate = page.locator('form[id="tracker:string:NewIssue"] div#duedate-editor button')
|
||||
this.buttonDatePopupToday = page.locator('div.popup div.today')
|
||||
this.buttonDatePopupToday = page.locator('div.popup div.today:not(.wrongMonth)')
|
||||
this.inputPopupCreateNewIssueFile = page.locator('form[id="tracker:string:NewIssue"] input[type="file"]')
|
||||
this.textPopupCreateNewIssueFile = page.locator('div[class*="attachments"] > div[class*="attachment"]')
|
||||
this.buttonCreateIssue = page.locator('button > span', { hasText: 'Create issue' })
|
||||
|
Loading…
Reference in New Issue
Block a user