diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-06-04 22:55:27 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-06-04 22:55:27 +0200 |
commit | e84057da1bc0d96e7f24424f423a9491d99d5585 (patch) | |
tree | d1144e98db8ea03860621f72777e4eed1516bf3a /features/snippets | |
parent | a76bf07ae2ecaf47dab58cbeac37cb82ae8d3ad8 (diff) | |
download | gitlab-ce-e84057da1bc0d96e7f24424f423a9491d99d5585.tar.gz |
Splitted the Spinach tests to prevent time-outs
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Diffstat (limited to 'features/snippets')
-rw-r--r-- | features/snippets/discover.feature | 1 | ||||
-rw-r--r-- | features/snippets/snippets.feature | 1 | ||||
-rw-r--r-- | features/snippets/user.feature | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/features/snippets/discover.feature b/features/snippets/discover.feature index d6fd2cd7808..f0b8d3a408a 100644 --- a/features/snippets/discover.feature +++ b/features/snippets/discover.feature @@ -1,3 +1,4 @@ +@snippets Feature: Discover Snippets Background: Given I sign in as a user diff --git a/features/snippets/snippets.feature b/features/snippets/snippets.feature index 1119defa17d..3ee8720ddd5 100644 --- a/features/snippets/snippets.feature +++ b/features/snippets/snippets.feature @@ -1,3 +1,4 @@ +@snippets Feature: Snippets Feature Background: Given I sign in as a user diff --git a/features/snippets/user.feature b/features/snippets/user.feature index 4c8a91501c4..d032a33686b 100644 --- a/features/snippets/user.feature +++ b/features/snippets/user.feature @@ -1,3 +1,4 @@ +@snippets Feature: User Snippets Background: Given I sign in as a user |