Skip to content

Commit 41bd5be

Browse files
committed
Oh maybe it is the first
1 parent fe4d498 commit 41bd5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def messages_element
7272
end
7373

7474
def message_row_element
75-
messages_element.find_element(:xpath, ".//table/tbody/tr[last()]")
75+
messages_element.find_element(:xpath, ".//table/tbody/tr[1]")
7676
end
7777

7878
def message_from_element

0 commit comments

Comments
 (0)