Commit ebccceae authored by Sean McGivern's avatar Sean McGivern

Merge branch '31439-fix-transient-spinach-failures' into 'master'

Wait for AJAX after steps defined in SharedActiveTab

Closes #31439

See merge request !10935
parents f8f49cf5 ccaf6ea5
module SharedActiveTab
include Spinach::DSL
include WaitForAjax
after do
wait_for_ajax if javascript_test?
end
def ensure_active_main_tab(content)
expect(find('.layout-nav li.active')).to have_content(content)
......
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