Commit 1e78c627 authored by Mike Greiling's avatar Mike Greiling

explicitly specify search for hidden element

[ci-skip]
parent 285de09f
...@@ -65,7 +65,7 @@ feature 'Group' do ...@@ -65,7 +65,7 @@ feature 'Group' do
end end
it 'updates the team URL on graph path update', :js do it 'updates the team URL on graph path update', :js do
out_span = find('span[data-bind-out="create_chat_team"]') out_span = find('span[data-bind-out="create_chat_team"]', visible: false)
expect(out_span.text).to be_empty expect(out_span.text).to be_empty
......
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