[go: nahoru, domu]

Skip to content

Commit

Permalink
fix incorrect project select (hcengineering#5865)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
ThetaDR committed Jun 19, 2024
1 parent 8ea10fb commit 8ee4549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/sanity/tests/tracker/issues.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ee4549

Please sign in to comment.