From 4f809550b9290682b4aad357facc591268e76af2 Mon Sep 17 00:00:00 2001 From: Tarun Kumar S Date: Sat, 23 Nov 2024 06:46:04 +0530 Subject: [PATCH] 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. --- testdriver/onboarding.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testdriver/onboarding.yml b/testdriver/onboarding.yml index 841d46226..8041f4f03 100644 --- a/testdriver/onboarding.yml +++ b/testdriver/onboarding.yml @@ -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