mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 14:37:16 +00:00
touch up final test condition (#1338)
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.
This commit is contained in:
parent
b40f0fab67
commit
4f809550b9
1 changed files with 2 additions and 0 deletions
|
|
@ -10,3 +10,5 @@ steps:
|
|||
text: Get Started
|
||||
description: button to complete onboarding
|
||||
action: click
|
||||
- command: assert
|
||||
expect: the cpu usage graph is being displayed
|
||||
|
|
|
|||
Loading…
Reference in a new issue