買い物プロセス ゲスト購入でお客様情報入力へ戻ると生年月日が補完されない #1008 #1567
Annotations
1 error, 1 warning, and 1 notice
Run to E2E testing:
e2e-tests/test/admin/contents/recommendsearch.test.ts#L40
1) [chromium] › test/admin/contents/recommendsearch.test.ts:27:9 › おすすめ商品管理を確認します › カテゴリ検索を確認します › カテゴリ検索を確認します
Error: page.click: Target page, context or browser has been closed
Call log:
- waiting for locator('#recommend-search-results').locator('tr').nth(1).locator('text=決定')
- locator resolved to <a href="" onclick="return func_submit(1)">決定</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
38 | await expect(popup.locator('#recommend-search-results >> tr >> nth=1')).toContainText('アイスクリーム');
39 |
> 40 | await popup.click('#recommend-search-results >> tr >> nth=1 >> text=決定');
| ^
41 | await expect(page.locator(`.recommend-product >> nth=${ nth }`)).toContainText('アイスクリーム');
42 | await page.click(`.recommend-product >> nth=${ nth } >> text=この内容で登録する`);
43 | });
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/contents/recommendsearch.test.ts:40:19
|
Run to E2E testing:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 1.1m
|
Run to E2E testing
1 flaky
[chromium] › test/admin/contents/recommendsearch.test.ts:27:9 › おすすめ商品管理を確認します › カテゴリ検索を確認します › カテゴリ検索を確認します
47 passed (1.8m)
|
Loading