Fix RCE: アップデート/バッチ機能の動的includeによるコード実行脆弱性を修正 #2872
Annotations
4 errors and 1 notice
|
|
|
e2e-tests/test/admin/products/product_rank.test.ts#L15
1) [chromium] › e2e-tests/test/admin/products/product_rank.test.ts:7:7 › 商品並び替えのテストをします › 商品並び替えのテストをします › 下へ移動するテストをします
Error: expect(locator).toContainText(expected) failed
Locator: locator('id=categoryTable').getByRole('row').nth(2).getByRole('cell').nth(1)
Timeout: 5000ms
- Expected substring - 1
+ Received string + 1
↵
- 有限会社宇野倉庫
+ 合同会社小泉ホテルを編集
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('id=categoryTable').getByRole('row').nth(2).getByRole('cell').nth(1)
9 × locator resolved to <td>↵ 合同会社小泉ホテルを編集↵ …</td>
- unexpected value "
合同会社小泉ホテルを編集
"
13 | await test.step('下へ移動するテストをします', async () => {
14 | await page.getByRole('row', { name: productName }).getByRole('link', { name: '下へ' }).click();
> 15 | await expect(page.locator('id=categoryTable').getByRole('row').nth(2).getByRole('cell').nth(1)).toContainText(productName);
| ^
16 | });
17 | await test.step('上へ移動するテストをします', async () => {
18 | await page.getByRole('row', { name: productName }).getByRole('link', { name: '上へ' }).click();
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/products/product_rank.test.ts:15:103
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/products/product_rank.test.ts:13:5
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading