diff --git a/.testdriver/wave1.yml b/.testdriver/wave1.yml index 29788e751..0baba0c52 100644 --- a/.testdriver/wave1.yml +++ b/.testdriver/wave1.yml @@ -3,23 +3,27 @@ steps: - command: focus-application name: Electron - command: hover-text - text: Get Started + description: Get Started action: click - command: hover-text - text: Settings + description: Settings action: click - command: hover-text - text: 13px + description: 13px action: click - command: hover-text - text: 12px + description: 12px action: click - command: hover-text - text: Dark + description: Dark action: click - command: hover-text - text: Light + description: Light action: click - command: hover-text - text: workspace-1 - action: click \ No newline at end of file + description: workspace-1 + action: click + - step: + - command: assert + description: the terminal is white +