Skip to content

Commit

Permalink
feat(tests): updated flaky tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Velichko <[email protected]>
  • Loading branch information
nestoragent committed Dec 18, 2023
1 parent dda4f88 commit d4bcb68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/sanity/tests/tracker/tracker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ test.describe('Tracker tests', () => {

const issuesDetailsPage = new IssuesDetailsPage(page)
await issuesDetailsPage.waitDetailsOpened(name)
// await page.waitForSelector(`text="${name}"`, { timeout: 15000 })

let count = 0
for (let j = 0; j < 5; j++) {
Expand Down

0 comments on commit d4bcb68

Please sign in to comment.