You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: atest/acceptance/keywords/elements.robot
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Get Element Attribute
62
62
63
63
Get Element Attribute Value Should Be Should Be Succesfull
64
64
Element Attribute Value Should Be link=Absolute external link href http://www.google.com/
65
-
Element Attribute Value Should Be link=Absolute external link nothere None
65
+
Element Attribute Value Should Be link=Absolute external link nothere ${None}
66
66
67
67
68
68
Get Element Attribute And Element Attribute Value Should Be Should have same results
@@ -77,13 +77,13 @@ Get Element Attribute Value Should Be Should Be Succesfull error and error messa
77
77
... Test Fail Custom Message
78
78
... Element Attribute Value Should Be id=image_id href http://non_existing.com message=Test Fail Custom Message
79
79
Run Keyword And Expect Error
80
-
... Element 'id=image_id' attribute should have value 'http://non_existing.com (str)' but its value was 'None' (nonetype).
80
+
... Element 'id=image_id' attribute should have value 'http://non_existing.com' (str) but its value was 'None' (nonetype).
81
81
... Element Attribute Value Should Be id=image_id href http://non_existing.com
82
82
Run Keyword And Expect Error
83
83
... Element with locator 'id=non_existing' not found.
84
84
... Element Attribute Value Should Be id=non_existing href http://non_existing.com
85
85
Run Keyword And Expect Error
86
-
... http://localhost:7000/html/index.html'.' but got 'Element 'link=Target opens in new window' attribute should have value 'http://localhost:7000/html/indéx.html (str)' but its value was 'http://localhost:7000/html/index.html' (str).
86
+
... Element 'link=Target opens in new window' attribute should have value 'http://localhost:7000/html/indéx.html' (str) but its value was 'http://localhost:7000/html/index.html' (str).
87
87
... Element Attribute Value Should Be link=Target opens in new window href http://localhost:7000/html/indéx.html
0 commit comments