mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-26 20:27:13 +00:00
fix(web): clarify route test guidance
This commit is contained in:
@@ -478,7 +478,7 @@ const enUS = {
|
||||
'The processor and tools will run, but replies will not be sent to messaging platforms.',
|
||||
dryRunTitle: 'Test route',
|
||||
dryRunDescription:
|
||||
'Preview the match first. Run the saved configuration only when you need to test the processor.',
|
||||
'Choose an event to see which processor handles it, or run a test.',
|
||||
dryRunEventType: 'Event type',
|
||||
dryRunSampleReady: 'Sample event is ready',
|
||||
dryRunSampleDescription:
|
||||
|
||||
@@ -486,7 +486,7 @@ const jaJP = {
|
||||
'プロセッサーとツールは実行されますが、返信はメッセージプラットフォームへ送信されません。',
|
||||
dryRunTitle: 'ルートをテスト',
|
||||
dryRunDescription:
|
||||
'まず一致結果を確認し、必要な場合のみ保存済み設定を実行します。',
|
||||
'イベントを選び、処理先を確認するか、テストを実行します。',
|
||||
dryRunEventType: 'イベントタイプ',
|
||||
dryRunSampleReady: 'サンプルイベントを準備しました',
|
||||
dryRunSampleDescription:
|
||||
|
||||
@@ -454,7 +454,7 @@ const zhHans = {
|
||||
routeTestSideEffectWarning:
|
||||
'测试会运行处理器和工具,但不会把回复发送到微信、QQ 等聊天平台。',
|
||||
dryRunTitle: '测试路由',
|
||||
dryRunDescription: '先预览匹配结果;需要验证处理器时,再运行已保存配置。',
|
||||
dryRunDescription: '选择事件,查看它会交给哪个处理器,或运行一次测试。',
|
||||
dryRunEventType: '事件类型',
|
||||
dryRunSampleReady: '示例事件已准备好',
|
||||
dryRunSampleDescription:
|
||||
|
||||
@@ -386,7 +386,7 @@ test.describe('bot advanced flows', () => {
|
||||
).toBeVisible();
|
||||
await expect(
|
||||
routeDialog.getByText(
|
||||
'Preview the match first. Run the saved configuration only when you need to test the processor.',
|
||||
'Choose an event to see which processor handles it, or run a test.',
|
||||
),
|
||||
).toBeVisible();
|
||||
await expect(routeDialog.getByText('Sample event is ready')).toHaveCount(0);
|
||||
|
||||
Reference in New Issue
Block a user