contoso-traders-cloud-testing #1
Annotations
2 errors and 1 notice
src/ContosoTraders.Ui.Website/tests/pages.spec.ts#L1
1) [webkit] › pages.spec.ts:78:7 › Product Listing › should be able to select product to view details
Test timeout of 80000ms exceeded.
|
src/ContosoTraders.Ui.Website/tests/pages.spec.ts#L80
1) [webkit] › pages.spec.ts:78:7 › Product Listing › should be able to select product to view details
Error: locator.click: Page closed
=========================== logs ===========================
waiting for getByRole('img', { name: 'Xbox Wireless Controller Lunar Shift Special Edition' })
============================================================
78 | test('should be able to select product to view details', async ({ page }) => {
79 | await page.goto('/list/all-products');
> 80 | await page.getByRole('img', { name: 'Xbox Wireless Controller Lunar Shift Special Edition' }).click();
| ^
81 | await expect(page).toHaveURL('/product/detail/' + _productid);
82 | });
83 |
at /__w/contosotraders-cloudtesting/contosotraders-cloudtesting/src/ContosoTraders.Ui.Website/tests/pages.spec.ts:80:99
|
|
The logs for this run have expired and are no longer available.
Loading