From a3192cad45bf4ed41ce774633682f3f3c905092a Mon Sep 17 00:00:00 2001 From: Ian Jennings Date: Thu, 19 Sep 2024 18:04:06 -0500 Subject: [PATCH] update theme.yml --- testdriver/theme.yml | 72 +++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/testdriver/theme.yml b/testdriver/theme.yml index fc7a728de..d8f94e0c2 100644 --- a/testdriver/theme.yml +++ b/testdriver/theme.yml @@ -1,37 +1,39 @@ version: 4.0.0 - steps: - - prompt: "Focus electron" - commands: - - command: focus-application - name: Electron - - command: hover-text - description: Get started CTA - text: Get Started - action: click - - command: hover-text - description: Settings button - text: Settings - action: click - - command: hover-text - description: font size 13 - text: 13px - action: click - - command: hover-text - description: font size 12 - text: 12px - action: click - - command: hover-text - description: theme selector - text: Dark - action: click - - command: hover-text - description: theme color white - text: Light - action: click - - command: hover-text - description: workspace - text: workspace-1 - action: click - - command: assert - expect: the terminal is white +steps: + - prompt: "onboarding" + commands: + - command: focus-application + name: Electron + - command: hover-text + description: Get started CTA + text: Get Started + action: click + - prompt: "change theme" + commands: + - command: hover-text + description: Settings button + text: Settings + action: click + - command: hover-text + description: font size 13 + text: 13px + action: click + - command: hover-text + description: font size 12 + text: 12px + action: click + - command: hover-text + description: theme selector + text: Dark + action: click + - command: hover-text + description: theme color white + text: Light + action: click + - command: hover-text + description: workspace + text: workspace-1 + action: click + - command: assert + expect: the terminal is white