Skip to content

Commit 3a2d9dd

Browse files
committed
fixup! fixup! added e2e test
1 parent cc35449 commit 3a2d9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/content.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ test('測試 强制啓動 模式', { tag: '@scoped' }, async ({ context, optionP
473473
await page.reload()
474474
logger.info('測試主元素是否存在...')
475475
await expect(content.getByText('功能菜单')).toBeVisible()
476-
await expect(content.locator('section#bjf-feature-jimaku')).not.toBeAttached()
477-
await expect(content.locator('section#bjf-feature-superchat')).not.toBeAttached()
476+
await expect(content.locator('section#bjf-feature-jimaku')).toBeAttached()
477+
await expect(content.locator('section#bjf-feature-superchat')).toBeAttached()
478478

479479
})

0 commit comments

Comments
 (0)