summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-11-14 10:34:10 +0000
committerPhil Hughes <me@iamphill.com>2016-11-14 10:34:10 +0000
commit03a235783f697572fe201332cb82746401a01daf (patch)
treec6ed52b83ba0b02e423001f5905bff29759efe87 /spec/features
parent5229a164969c47ccbca5a94b90a1b7addff16c5e (diff)
downloadgitlab-ce-03a235783f697572fe201332cb82746401a01daf.tar.gz
Tests fix
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/issues/gfm_autocomplete_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/issues/gfm_autocomplete_spec.rb b/spec/features/issues/gfm_autocomplete_spec.rb
index c0d093fb155..c421da97d76 100644
--- a/spec/features/issues/gfm_autocomplete_spec.rb
+++ b/spec/features/issues/gfm_autocomplete_spec.rb
@@ -20,7 +20,7 @@ feature 'GFM autocomplete', feature: true, js: true do
find('#note_note').native.send_keys('@')
end
- expect(page).to have_selector('.atwho-view')
+ expect(page).to have_selector('.atwho-container')
end
it 'opens autocomplete menu when field is prefixed with non-text character' do
@@ -29,7 +29,7 @@ feature 'GFM autocomplete', feature: true, js: true do
find('#note_note').native.send_keys('@')
end
- expect(page).to have_selector('.atwho-view')
+ expect(page).to have_selector('.atwho-container')
end
it 'doesnt open autocomplete menu character is prefixed with text' do