diff --git a/tests/sanity/tests/model/tracker/issues-page.ts b/tests/sanity/tests/model/tracker/issues-page.ts index d43bf14df6..173d124fa7 100644 --- a/tests/sanity/tests/model/tracker/issues-page.ts +++ b/tests/sanity/tests/model/tracker/issues-page.ts @@ -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' })