-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_mac.yml
More file actions
96 lines (96 loc) · 2.99 KB
/
Copy pathtest_mac.yml
File metadata and controls
96 lines (96 loc) · 2.99 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
version: 4.0.71
steps:
- prompt: open pieces using keyboard
commands:
- command: press-keys
keys:
- command
- space
- command: type
text: Pieces
- command: press-keys
keys:
- enter
- prompt: click on dark theme and check if the theme changes
commands:
- command: hover-text
text: Dark Theme
description: toggle for dark theme
action: click
- command: assert
expect: the theme is dark
- prompt: click on light theme and check if the theme changes
commands:
- command: hover-text
text: Light Theme
description: toggle for light theme
action: click
- command: assert
expect: the theme is light
- prompt: click on Personalization Preferences and check if the next page is open
commands:
- command: hover-text
text: Personalization Preferences
description: button at the bottom right
action: click
- command: wait-for-text
text: Personalization Settings
- prompt: select few options and click on next arrow
commands:
- command: hover-text
text: DevOps
description: option under Developer Persona & Languages
action: click
- command: hover-text
text: JavaScript
description: option under Developer Persona & Languages
action: click
- command: hover-text
text: VS Code
description: option under Typical Toolchain
action: click
- command: hover-text
text: Intermediate
description: option under Experience Level
action: click
- command: hover-text
text: Next
description: next arrow at the bottom right
action: click
- prompt: select few options and click on next arrow
commands:
- command: hover-text
text: Copilot Chats
description: option under Default to Generative Workflow
action: click
- command: hover-text
text: Neural Code Search
description: option under Select your Default Search Engine
action: click
- command: hover-text
text: Recent
description: option under Select your Default Sort Mode
action: click
- command: hover-text
text: Auto-Enrichment & Copilot
description: next arrow at the bottom right
action: click
- prompt: select few options and click on next arrow
commands:
- command: hover-text
text: Blended
description: option under Specify Preferred AI/ML Enrichment Mode
action: click
- command: hover-text
text: GPT-4o
description: option under Specify Your Default LLM Runtimes
action: click
- command: hover-text
text: Cloud Accounts & Integrations
description: next arrow at the bottom right
action: click
- command: hover-text
text: Finish
description: button to complete the setup
action: click
-