mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
test(web): realign the scaffold welcome-notice version mirror
The e2e scaffold pre-acknowledges the welcome notice by mirroring WELCOME_NOTICE_VERSION from ui-settings-general. The client bumped it to 2026-08-11.1 while the mirror stayed at 2026-07-30.7, so the stale acknowledgement stopped suppressing the notice and its overlay covered the page: every settings-touching web e2e timed out clicking Settings.
This commit is contained in:
@@ -51,7 +51,7 @@ import { dshHomePath } from '@deepseek-ai/dsh-paths'
|
||||
// } from '@deepseek-ai/dsh-client-ui-settings-general'
|
||||
export const WELCOME_NOTICE_SETTINGS_NAMESPACE = 'ui-onboarding'
|
||||
export const WELCOME_NOTICE_ACK_FIELD = 'welcomeNoticeVersion'
|
||||
export const WELCOME_NOTICE_VERSION = '2026-07-30.7'
|
||||
export const WELCOME_NOTICE_VERSION = '2026-08-11.1'
|
||||
export const WELCOME_NOTICE_COPY = { zh: { title: '内测声明', continueLabel: '继续' } } as const
|
||||
|
||||
import { settingsNamespace } from '@deepseek-ai/dsh-settings'
|
||||
|
||||
Reference in New Issue
Block a user