mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
4f809550b9
The action used to fail a few times at the end as it wasn't aware of what the end state should look like. With having an `assert` block, it should now be able to judge more accurately.
15 lines
420 B
YAML
15 lines
420 B
YAML
version: 4.0.65
|
|
steps:
|
|
- prompt: complete the onboarding of wave terminal
|
|
commands:
|
|
- command: hover-text
|
|
text: Continue
|
|
description: button to complete onboarding
|
|
action: click
|
|
- command: hover-text
|
|
text: Get Started
|
|
description: button to complete onboarding
|
|
action: click
|
|
- command: assert
|
|
expect: the cpu usage graph is being displayed
|