Fix intermittent Spinach markdown render failure

When loading a tree with a README.md, we need to wait for the blob viewer.
This commit is contained in:
Sean McGivern 2017-06-09 14:59:54 +01:00
parent 7f584edb1b
commit 114cae6d54
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ class Spinach::Features::ProjectSourceMarkdownRender < Spinach::FeatureSteps
click_link "api"
end
wait_for_requests
page.within '.tree-table' do
click_link "README.md"
end