File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
atest/acceptance/keywords Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ Cover Elements should throw exception when locator is invalid
220220 Run Keyword And Expect Error No element with locator '//img?@src="inexistent"?' found.
221221 ... Cover Element //img[@src="inexistent"]
222222
223- Get CSS Property Value
223+ Get CSS Property Value Returns Correct Values For Common Properties
224224 [Setup] Go To Page "cssproperties.html"
225225 ${display } = Get CSS Property Value id:styled-div display
226226 Should Be Equal ${display } block
@@ -247,3 +247,8 @@ Get CSS Property Value Using WebElement
247247 ${element } = Get WebElement id:styled-div
248248 ${display } = Get CSS Property Value ${element } display
249249 Should Be Equal ${display } block
250+
251+ Get CSS Property Value With Non Existing Property
252+ [Setup] Go To Page "cssproperties.html"
253+ ${value } = Get CSS Property Value id:styled-div non-existent-property
254+ Should Be Empty ${value }
You can’t perform that action at this time.
0 commit comments