@@ -30,27 +30,30 @@ export const BUTTON_BEHAVIOR_MANIFEST = [
3030 selector : "data-testid=console-tab-quick-launch" ,
3131 owner_suite : "first-use" ,
3232 criticality : "critical" ,
33- expected_effect : "Switches to the Quick Launch view and activates the matching primary navigation tab." ,
33+ expected_effect :
34+ "Switches to the Quick Launch view and activates the matching primary navigation tab." ,
3435 assertion_type : "aria-selected" ,
3536 case_id : "nav-quick-launch-selected" ,
3637 } ,
3738 {
3839 id : "nav-locale-en" ,
3940 view : "QuickLaunch" ,
40- selector : 'role=button[name="EN"]' ,
41+ selector : "data-testid=header-locale-en" ,
4142 owner_suite : "first-use" ,
4243 criticality : "medium" ,
43- expected_effect : "Switches the product UI to the English locale and persists the locale preference." ,
44+ expected_effect :
45+ "Switches the product UI to the English locale and persists the locale preference." ,
4446 assertion_type : "storage-change" ,
4547 case_id : "nav-locale-en-selected" ,
4648 } ,
4749 {
4850 id : "nav-locale-zh-cn" ,
4951 view : "QuickLaunch" ,
50- selector : 'role=button[name="中文"]' ,
52+ selector : "data-testid=header-locale-zh-cn" ,
5153 owner_suite : "first-use" ,
5254 criticality : "medium" ,
53- expected_effect : "Switches the product UI to the zh-CN locale and persists the locale preference." ,
55+ expected_effect :
56+ "Switches the product UI to the zh-CN locale and persists the locale preference." ,
5457 assertion_type : "storage-change" ,
5558 case_id : "nav-locale-zh-cn-selected" ,
5659 } ,
@@ -80,7 +83,8 @@ export const BUTTON_BEHAVIOR_MANIFEST = [
8083 selector : "data-testid=task-center-tab-command-runs" ,
8184 owner_suite : "task-center" ,
8285 criticality : "high" ,
83- expected_effect : "Shows the command run records panel and hides the template run records panel." ,
86+ expected_effect :
87+ "Shows the command run records panel and hides the template run records panel." ,
8488 assertion_type : "visibility-toggle" ,
8589 case_id : "taskcenter-command-runs-visible" ,
8690 } ,
@@ -90,7 +94,8 @@ export const BUTTON_BEHAVIOR_MANIFEST = [
9094 selector : "data-testid=task-center-tab-template-runs" ,
9195 owner_suite : "task-center" ,
9296 criticality : "high" ,
93- expected_effect : "Shows the template run records panel and hides the command run records panel." ,
97+ expected_effect :
98+ "Shows the template run records panel and hides the command run records panel." ,
9499 assertion_type : "visibility-toggle" ,
95100 case_id : "taskcenter-template-runs-visible" ,
96101 } ,
@@ -100,7 +105,8 @@ export const BUTTON_BEHAVIOR_MANIFEST = [
100105 selector : "data-testid=quick-launch-first-use-start" ,
101106 owner_suite : "first-use" ,
102107 criticality : "high" ,
103- expected_effect : "Advances the first-use guide from the welcome step into the configuration step." ,
108+ expected_effect :
109+ "Advances the first-use guide from the welcome step into the configuration step." ,
104110 assertion_type : "text-visible" ,
105111 case_id : "quicklaunch-first-use-start-stage" ,
106112 } ,
@@ -120,7 +126,8 @@ export const BUTTON_BEHAVIOR_MANIFEST = [
120126 selector : 'role=button[name="Configuration done, continue to run"]' ,
121127 owner_suite : "first-use" ,
122128 criticality : "high" ,
123- expected_effect : "Moves the first-use guide into the run step and shows the run-stage instructions." ,
129+ expected_effect :
130+ "Moves the first-use guide into the run step and shows the run-stage instructions." ,
124131 assertion_type : "text-visible" ,
125132 case_id : "quicklaunch-enter-run-stage" ,
126133 } ,
@@ -200,7 +207,8 @@ export const BUTTON_BEHAVIOR_MANIFEST = [
200207 selector : 'role=button[name="Compare runs"]' ,
201208 owner_suite : "task-center" ,
202209 criticality : "high" ,
203- expected_effect : "Shows the compare panel so the operator can inspect the selected baseline-versus-candidate evidence view." ,
210+ expected_effect :
211+ "Shows the compare panel so the operator can inspect the selected baseline-versus-candidate evidence view." ,
204212 assertion_type : "text-visible" ,
205213 case_id : "taskcenter-compare-runs-panel" ,
206214 } ,
@@ -220,7 +228,8 @@ export const BUTTON_BEHAVIOR_MANIFEST = [
220228 selector : 'role=button[name="Promotion guidance"]' ,
221229 owner_suite : "task-center" ,
222230 criticality : "medium" ,
223- expected_effect : "Shows promotion guidance for the selected retained run after explanation, share, and compare context are available." ,
231+ expected_effect :
232+ "Shows promotion guidance for the selected retained run after explanation, share, and compare context are available." ,
224233 assertion_type : "text-visible" ,
225234 case_id : "taskcenter-promotion-guidance-panel" ,
226235 } ,
0 commit comments