-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathscreenshot-scenarios.json
More file actions
418 lines (418 loc) · 16.1 KB
/
screenshot-scenarios.json
File metadata and controls
418 lines (418 loc) · 16.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
{
"scenarios": {
"pr-30-radioactive-indicators": {
"name": "PR #30 - Radioactive Element Indicators",
"description": "Shows radioactive element indicators with radiation icons and legend in periodic table",
"page": "/element-data",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 1000 }
],
"output": "pr-30-radioactive-indicators-periodic-table.png"
},
"pr-30-decay-table": {
"name": "PR #30 - Radioactive Decay Table",
"description": "Shows improved decay table UX with responsive layout for Uranium-235",
"page": "/element-data?Z=92&A=235",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "scroll", "y": 400 }
],
"output": "pr-30-decay-table-u235.png"
},
"pr-30-decay-table-dark": {
"name": "PR #30 - Decay Table Dark Mode",
"description": "Shows decay table in dark mode with radiation legend",
"page": "/element-data?Z=92&A=235",
"viewport": "desktop-16:9-small",
"theme": "dark",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "scroll", "y": 400 }
],
"output": "pr-30-decay-table-dark.png"
},
"pr-31-mobile-table-layout": {
"name": "PR #31 - Mobile Table Responsiveness",
"description": "Shows mobile table overflow handling on Two-To-Two query page with default results",
"page": "/two-to-two",
"viewport": "mobile-16:9",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 3000 },
{ "type": "scroll", "y": 1600 }
],
"output": "pr-31-mobile-table-layout.png"
},
"pr-31-mobile-fusion": {
"name": "PR #31 - Mobile Fusion Interface",
"description": "Shows mobile layout on fusion query page",
"page": "/fusion",
"viewport": "mobile-16:9",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 3000 },
{ "type": "scroll", "y": 1200 }
],
"output": "pr-31-mobile-fusion.png"
},
"pr-11-atomic-radii-card": {
"name": "PR #11 - Atomic Radii Card",
"description": "Shows new 3-column layout with dedicated Atomic Radii card for Iron",
"page": "/element-data?Z=26",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 3000 },
{ "type": "scroll", "y": 1800 }
],
"output": "pr-11-atomic-radii-card.png"
},
"pr-11-atomic-radii-tungsten": {
"name": "PR #11 - Atomic Radii for Tungsten",
"description": "Shows atomic radii display for Tungsten (all 4 types visible)",
"page": "/element-data?Z=74",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 3000 },
{ "type": "scroll", "y": 1800 }
],
"output": "pr-11-atomic-radii-tungsten.png"
},
"pr-11-3-column-layout": {
"name": "PR #11 - 3-Column Layout on Element Data",
"description": "Shows new 3-column layout with Thermal, Physical, and Atomic Radii cards",
"page": "/element-data?Z=29",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 3000 },
{ "type": "scroll", "y": 1800 }
],
"output": "pr-11-3-column-layout.png"
},
"pr-29-decay-table-collapsed": {
"name": "PR #29 - Decay Table Collapsed with Expansion Link",
"description": "Shows decay badges with 'Show all X decay modes' expansion link for Cs-135",
"page": "/element-data?Z=55&A=135",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 3000 },
{ "type": "scroll", "y": 1550 }
],
"output": "pr-29-decay-table-collapsed.png"
},
"pr-29-decay-table-expanded": {
"name": "PR #29 - Decay Table Fully Expanded",
"description": "Shows expanded decay table with all decay modes visible for Cs-135",
"page": "/element-data?Z=55&A=135",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 3000 },
{ "type": "scroll", "y": 1550 },
{ "type": "wait", "timeout": 500 },
{ "type": "click", "selector": "button:has-text('Show')" },
{ "type": "wait", "timeout": 800 }
],
"output": "pr-29-decay-table-expanded.png"
},
"pr-29-radioactivity-indicators": {
"name": "PR #29 - Radioactivity Indicators in Decays Table",
"description": "Shows radioactive decay data with half-lives and radiation types",
"page": "/element-data?tab=decays",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 3000 },
{ "type": "scroll", "y": 800 }
],
"output": "pr-29-decays-table.png"
},
"pr-29-performance": {
"name": "PR #29 - Performance Optimization with Large Results",
"description": "Shows Two-To-Two query with default results demonstrating batch query performance",
"page": "/two-to-two",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 5000 }
],
"output": "pr-29-performance-batch-query.png"
},
"pr-12-tab-navigation": {
"name": "PR #12 - Tab Navigation on Element Data Page",
"description": "Shows new tab navigation system with Integrated, Elements, Nuclides, and Decays tabs with counts",
"page": "/element-data",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 }
],
"output": "pr-12-tab-navigation.png"
},
"pr-12-elements-tab": {
"name": "PR #12 - Elements Tab with Pagination",
"description": "Shows Elements tab with paginated list and filter panel",
"page": "/element-data?tab=elements",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "scroll", "y": 300 }
],
"output": "pr-12-elements-tab.png"
},
"pr-12-nuclides-tab": {
"name": "PR #12 - Nuclides Tab with Pagination",
"description": "Shows Nuclides tab with paginated isotope list",
"page": "/element-data?tab=nuclides",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "scroll", "y": 300 }
],
"output": "pr-12-nuclides-tab.png"
},
"pr-12-decays-tab": {
"name": "PR #12 - Decays Tab with Pagination",
"description": "Shows Decays tab with paginated radioactive decay data",
"page": "/element-data?tab=decays",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "scroll", "y": 300 }
],
"output": "pr-12-decays-tab.png"
},
"pr-12-filter-panel": {
"name": "PR #12 - Filter Panel with Element Selector",
"description": "Shows new filter panel with periodic table element selector",
"page": "/element-data?tab=elements",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 }
],
"output": "pr-12-filter-panel.png"
},
"pr-38-elements-tab-desktop-dark": {
"name": "PR #38 - Elements Tab Desktop (Dark Mode)",
"description": "Shows Elements tab with collapsed navbar, expanded filter panel, and first row (Hydrogen) expanded in dark mode",
"page": "/element-data?tab=elements",
"viewport": "desktop-16:9-small",
"theme": "dark",
"actions": [
{ "type": "collapse-navbar" },
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "click", "selector": "button[aria-label='Expand filters']" },
{ "type": "wait", "timeout": 500 },
{ "type": "click", "selector": "table tbody tr:first-child" },
{ "type": "wait", "timeout": 800 }
],
"output": "pr-38-elements-tab-desktop-dark.png"
},
"pr-38-nuclides-tab-desktop": {
"name": "PR #38 - Nuclides Tab Desktop",
"description": "Shows Nuclides tab with collapsed navbar, expanded filter panel, and first atom (H-1) expanded",
"page": "/element-data?tab=nuclides",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "collapse-navbar" },
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "click", "selector": "button[aria-label='Expand filters']" },
{ "type": "wait", "timeout": 500 },
{ "type": "click", "selector": "table tbody tr:nth-child(4)" },
{ "type": "wait", "timeout": 800 }
],
"output": "pr-38-nuclides-tab-desktop.png"
},
"pr-38-decays-tab-desktop": {
"name": "PR #38 - Decays Tab Desktop",
"description": "Shows Decays tab with collapsed navbar, expanded filter panel, and first row expanded",
"page": "/element-data?tab=decays",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "collapse-navbar" },
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "click", "selector": "button[aria-label='Expand filters']" },
{ "type": "wait", "timeout": 500 },
{ "type": "click", "selector": "table tbody tr:first-child" },
{ "type": "wait", "timeout": 800 },
{ "type": "scroll-to-top" }
],
"output": "pr-38-decays-tab-desktop.png"
},
"pr-38-nuclides-tab-mobile-dark": {
"name": "PR #38 - Nuclides Tab Mobile (Dark Mode)",
"description": "Shows Nuclides tab on mobile portrait with Oxygen filter selected, expanded filter panel, and first isotope expanded in dark mode",
"page": "/element-data?tab=nuclides&Z=8",
"viewport": "mobile-portrait-9:16",
"theme": "dark",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "click", "selector": "button[aria-label='Expand filters']" },
{ "type": "wait", "timeout": 500 },
{ "type": "click", "selector": "table tbody tr:first-child" },
{ "type": "wait", "timeout": 800 },
{ "type": "scroll-to-top" }
],
"output": "pr-38-nuclides-tab-mobile-dark.png"
},
"pr-38-decays-tab-mobile": {
"name": "PR #38 - Decays Tab Mobile",
"description": "Shows Decays tab on mobile portrait with expanded filter panel and first row expanded",
"page": "/element-data?tab=decays",
"viewport": "mobile-portrait-9:16",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "click", "selector": "button[aria-label='Expand filters']" },
{ "type": "wait", "timeout": 500 },
{ "type": "click", "selector": "table tbody tr:first-child" },
{ "type": "wait", "timeout": 800 },
{ "type": "scroll-to-top" }
],
"output": "pr-38-decays-tab-mobile.png"
},
"pr-38-elements-tab-mobile-sticky": {
"name": "PR #38 - Elements Tab Mobile (Sticky Tabs)",
"description": "Shows Elements tab on mobile portrait scrolled to demonstrate sticky tab bar and hidden mobile header",
"page": "/element-data?tab=elements",
"viewport": "mobile-portrait-9:16",
"theme": "light",
"actions": [
{ "type": "wait-for-db" },
{ "type": "accept-metered" },
{ "type": "wait", "timeout": 2000 },
{ "type": "click", "selector": "button[aria-label='Expand filters']" },
{ "type": "wait", "timeout": 500 },
{ "type": "click", "selector": "table tbody tr:first-child" },
{ "type": "wait", "timeout": 800 },
{ "type": "scroll", "y": 300 }
],
"output": "pr-38-elements-tab-mobile-sticky.png"
},
"russell-historical-collapsed": {
"name": "Russell Historical Context - Collapsed",
"description": "Shows the Russell tab with the new Historical Background panel (all sections collapsed)",
"page": "/element-data?tab=russell",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait", "timeout": 2000 },
{ "type": "scroll", "y": 1400 }
],
"output": "russell-historical-collapsed.png"
},
"russell-historical-expanded": {
"name": "Russell Historical Context - Expanded",
"description": "Shows the Historical Background panel with sections expanded",
"page": "/element-data?tab=russell",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait", "timeout": 2000 },
{ "type": "scroll", "y": 600 },
{ "type": "click", "selector": "[data-testid='russell-historical-context'] button:has-text('Expand all')" },
{ "type": "wait", "timeout": 500 },
{ "type": "scroll", "y": 200 }
],
"output": "russell-historical-expanded.png"
},
"russell-historical-dark": {
"name": "Russell Historical Context - Dark Mode",
"description": "Shows the Historical Background panel in dark mode with sections expanded",
"page": "/element-data?tab=russell",
"viewport": "desktop-16:9-small",
"theme": "dark",
"actions": [
{ "type": "wait", "timeout": 2000 },
{ "type": "scroll", "y": 600 },
{ "type": "click", "selector": "[data-testid='russell-historical-context'] button:has-text('Expand all')" },
{ "type": "wait", "timeout": 500 },
{ "type": "scroll", "y": 200 }
],
"output": "russell-historical-dark.png"
},
"russell-wave-view": {
"name": "Russell Wave Amplitude View",
"description": "Shows the Russell Wave View — elements as points on octave wave envelope with Carbon at peak",
"page": "/element-data?tab=russell",
"viewport": "desktop-16:9-small",
"theme": "light",
"actions": [
{ "type": "wait", "timeout": 2000 },
{ "type": "click", "selector": "button:has-text('Wave View')" },
{ "type": "wait", "timeout": 500 }
],
"output": "russell-wave-view.png"
},
"russell-wave-view-dark": {
"name": "Russell Wave Amplitude View - Dark Mode",
"description": "Shows the Russell Wave View in dark mode",
"page": "/element-data?tab=russell",
"viewport": "desktop-16:9-small",
"theme": "dark",
"actions": [
{ "type": "wait", "timeout": 2000 },
{ "type": "click", "selector": "button:has-text('Wave View')" },
{ "type": "wait", "timeout": 500 }
],
"output": "russell-wave-view-dark.png"
}
}
}