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:
parent
7f584edb1b
commit
114cae6d54
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue