We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccfe8b commit f65f45dCopy full SHA for f65f45d
lib/platform/power.robot
@@ -14,9 +14,9 @@ Resource ../../keys.robot
14
15
*** Keywords ***
16
Check Power Supply
17
- VAR ${LAPTOP_PLATFORM}= ${EMPTY} scope=SUITE
18
- ${laptop_platform}= Check The Platform Is A Laptop
19
- IF ${laptop_platform}
+ ${is_laptop}= Check The Platform Is A Laptop
+ VAR ${LAPTOP_PLATFORM}= ${is_laptop} scope=SUITE
+ IF ${LAPTOP_PLATFORM}
20
IF ${TESTS_IN_UBUNTU_SUPPORT}
21
${bat0_present} ${ac_online} ${usb_pd_online}= Check Power Supply On Linux
22
ELSE IF ${TESTS_IN_WINDOWS_SUPPORT}
0 commit comments