Skip to content

Commit

Permalink
Fix UI test
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
  • Loading branch information
SasLord committed Sep 11, 2023
1 parent 1137685 commit 513089e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sanity/tests/tracker.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export async function checkIssueFromList (page: Page, issueName: string): Promis
}

export async function openIssue (page: Page, name: string): Promise<void> {
await page.click(`.antiList__row:has-text("${name}") .name a`, {
await page.click(`.antiList__row:has-text("${name}") .presenter-label a`, {
timeout: 15000
})
}

0 comments on commit 513089e

Please sign in to comment.