Skip to content

Commit

Permalink
touch up final test condition (#1338)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chottuthejimmy authored Nov 23, 2024
1 parent b40f0fa commit 4f80955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testdriver/onboarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f80955

Please sign in to comment.