mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 12:29:37 +00:00
fix(tests): updated the today selector for calendar (#3908)
Signed-off-by: Alex Velichko <nestor_007@mail.ru>
This commit is contained in:
parent
3b2de9ace9
commit
3ae4d32847
@ -23,7 +23,7 @@ export class VacancyDetailsPage extends CommonRecruitingPage {
|
||||
this.inputAttachFile = page.locator('div[class*="full"] input[name="file"]')
|
||||
this.buttonInputCompany = page.locator('button > div', { hasText: 'Company' })
|
||||
this.buttonInputDueDate = page.locator('button > div', { hasText: 'Due date' })
|
||||
this.buttonDatePopupToday = page.locator('div.popup div.today')
|
||||
this.buttonDatePopupToday = page.locator('div.popup div.today:not(.wrongMonth)')
|
||||
this.buttonDatePopupSave = page.locator('div.popup button[type="submit"]')
|
||||
this.inputComment = page.locator('div.text-input div.tiptap')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user