mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
30 lines
650 B
YAML
30 lines
650 B
YAML
steps:
|
|
- step:
|
|
- command: focus-application
|
|
name: Electron
|
|
- command: hover-text
|
|
text: Get Started
|
|
action: click
|
|
- command: hover-text
|
|
text: Settings
|
|
action: click
|
|
- command: hover-text
|
|
text: 13px
|
|
action: click
|
|
- command: hover-text
|
|
text: 12px
|
|
action: click
|
|
- command: hover-text
|
|
text: Dark
|
|
action: click
|
|
- command: hover-text
|
|
text: Light
|
|
action: click
|
|
- command: hover-text
|
|
text: workspace-1
|
|
action: click
|
|
- step:
|
|
- command: assert
|
|
expect: the terminal is white
|
|
|