Skip to content

Commit

Permalink
fix xpath for next ui release
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jan 24, 2024
1 parent 77e9df1 commit 18680c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_first_ark
end

def get_first_user_file
@session.find(:xpath, "//table[@class='producer_files_properties']/tr[1]/th[1]//a").text
@session.find(:xpath, "//table[contains(@class, 'producer_files_properties')]//tr[1]/th[1]//a").text
end

def encoding_usecases
Expand Down

0 comments on commit 18680c0

Please sign in to comment.