Skip to content

Commit

Permalink
attempt at fixing flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Jan 26, 2020
1 parent 86c0f27 commit 30deeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/html_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
end

When /^I open the detailed view for "(.+)"$/ do |file_path|
click_on(file_path)
click_link(file_path, class: "src_link", title: file_path)

expect(page).to have_css(".header h3", visible: true, text: file_path)
end
Expand Down

0 comments on commit 30deeeb

Please sign in to comment.