summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/login
diff options
context:
space:
mode:
authorRichard Clamp <richardc@unixbeard.net>2017-10-16 12:49:54 +0100
committerRichard Clamp <richardc@unixbeard.net>2017-10-16 12:49:54 +0100
commitd600ea75c35235fd23da8bd65a8034778112c0d2 (patch)
tree7b6ef325664706547d3575102f411da94c9afa66 /qa/qa/specs/features/login
parent9818d3eec69cbf27c63ee481871544f726a9decc (diff)
downloadgitlab-ce-d600ea75c35235fd23da8bd65a8034778112c0d2.tar.gz
Move tags out to containing feature
We can currently reduce the number of times we specify the tag of a given example group by moving them hoisting them up one level to the containing `feature`
Diffstat (limited to 'qa/qa/specs/features/login')
-rw-r--r--qa/qa/specs/features/login/standard_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/specs/features/login/standard_spec.rb b/qa/qa/specs/features/login/standard_spec.rb
index d674ecc8fa8..ba19ce17ee5 100644
--- a/qa/qa/specs/features/login/standard_spec.rb
+++ b/qa/qa/specs/features/login/standard_spec.rb
@@ -1,6 +1,6 @@
module QA
- feature 'standard root login' do
- scenario 'user logs in using credentials', :core do
+ feature 'standard root login', :core do
+ scenario 'user logs in using credentials' do
Page::Main::Entry.act { sign_in_using_credentials }
# TODO, since `Signed in successfully` message was removed