Commit 114cae6d authored by Sean McGivern's avatar Sean McGivern

Fix intermittent Spinach markdown render failure

When loading a tree with a README.md, we need to wait for the blob viewer.
parent 7f584edb
...@@ -90,6 +90,8 @@ class Spinach::Features::ProjectSourceMarkdownRender < Spinach::FeatureSteps ...@@ -90,6 +90,8 @@ class Spinach::Features::ProjectSourceMarkdownRender < Spinach::FeatureSteps
click_link "api" click_link "api"
end end
wait_for_requests
page.within '.tree-table' do page.within '.tree-table' do
click_link "README.md" click_link "README.md"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment