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 fe4d498 commit b008559Copy full SHA for b008559
spec/acceptance_spec.rb
@@ -72,7 +72,7 @@ def messages_element
72
end
73
74
def message_row_element
75
- messages_element.find_element(:xpath, ".//table/tbody/tr[last()]")
+ messages_element.find_element(:xpath, ".//table/tbody/tr[1]")
76
77
78
def message_from_element
0 commit comments