Skip to content

Commit

Permalink
Merge pull request #294 from Progi1984/pw1482
Browse files Browse the repository at this point in the history
`@playwright/test` : Set version to 1.49.1
  • Loading branch information
Progi1984 authored Dec 17, 2024
2 parents 42e566c + 568cace commit 0b3ed30
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
47 changes: 25 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/versions/develop/pages/BO/catalog/products/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@ class ProductsPage extends BOBasePage implements BOProductsPageInterface {
await page.waitForURL((url: URL): boolean => url.toString().includes('/sell/catalog/products')
&& url.toString().includes('/edit'),
{
waitUntil: 'load',
waitUntil: 'domcontentloaded',
timeout: 30000,
});
}

Expand Down

0 comments on commit 0b3ed30

Please sign in to comment.