explicitly specify search for hidden element

[ci-skip]
This commit is contained in:
Mike Greiling 2017-10-23 10:17:31 +03:00
parent 285de09f36
commit 1e78c627d4
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -65,7 +65,7 @@ feature 'Group' do
end
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