mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-22 05:56:58 +08:00
feat: 完成 UI 基础层与核心页面迁移
This commit is contained in:
@@ -69,7 +69,9 @@ describe('export progress panel', () => {
|
||||
|
||||
const progressbar = screen.getByRole('progressbar', { name: '导出进度' })
|
||||
expect(progressbar).toHaveAttribute('aria-valuenow', '31')
|
||||
expect(progressbar.querySelector('span')).toHaveStyle({ width: '31%' })
|
||||
expect(progressbar.querySelector('[data-slot="progress-indicator"]')).toHaveStyle({
|
||||
transform: 'translateX(-69%)'
|
||||
})
|
||||
})
|
||||
|
||||
it('shows the current conversation and overall position for all export', () => {
|
||||
|
||||
Reference in New Issue
Block a user