fix incorrect project select (#5865)

* fix incorrect project select

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>

* open All-issues in sidebar

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>

---------

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2024-06-19 20:39:11 +05:00 committed by GitHub
parent 8ea10fbdb7
commit 8ee4549234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,7 +289,8 @@ test.describe('Tracker issue tests', () => {
await issuesDetailsPage.waitDetailsOpened(commentIssue.title)
await issuesDetailsPage.addComment(commentInside)
await issuesDetailsPage.checkCommentExist(commentInside)
await trackerNavigationMenuPage.openIssuesForProject('Default')
await issuesPage.linkSidebarAll().click()
await issuesPage.clickModelSelectorAll()
await issuesPage.searchIssueByName(commentIssue.title)
await issuesPage.checkCommentsCount(commentIssue.title, '1')
await issuesPage.openCommentPopupForIssueByName(commentIssue.title)