Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-10-23 10:17:31 +0300
committerMike Greiling <mike@pixelcog.com>2017-10-23 10:24:18 +0300
commit1e78c627d4c6630df3bbfd4e905018314d692b6d (patch)
treeb6175d8ddebd520261d265afadac2c79beccacc1 /spec/features/groups_spec.rb
parent285de09f36d1c33d7e052a7bd7ade2706d67fc68 (diff)
explicitly specify search for hidden element
[ci-skip]
Diffstat (limited to 'spec/features/groups_spec.rb')
-rw-r--r--spec/features/groups_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups_spec.rb b/spec/features/groups_spec.rb
index 862823d862e..563e8a65b6e 100644
--- a/spec/features/groups_spec.rb
+++ b/spec/features/groups_spec.rb
@@ -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