explicitly specify search for hidden element
[ci-skip]
This commit is contained in:
parent
285de09f36
commit
1e78c627d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue