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:
authorRobert Speicher <robert@gitlab.com>2017-08-30 18:27:09 +0300
committerRobert Speicher <robert@gitlab.com>2017-08-30 18:27:09 +0300
commitf7c8434c7100c3c87eb2a75cd5a128e520d8c110 (patch)
treee49bbb9bcb5143d882f1a1293f6ca1721df84efb /features/project
parentf35d7d7f6ea04a38da822db902ad24108dfe94a2 (diff)
parent96e0020c70ba69de873067b092626295d8388bf0 (diff)
Merge branch 'replace_spinach_user_lookup.feature' into 'master'
Replace 'project/user_lookup.feature' spinach test with an rspec analog See merge request !13863
Diffstat (limited to 'features/project')
-rw-r--r--features/project/commits/user_lookup.feature16
1 files changed, 0 insertions, 16 deletions
diff --git a/features/project/commits/user_lookup.feature b/features/project/commits/user_lookup.feature
deleted file mode 100644
index c18f4e070f3..00000000000
--- a/features/project/commits/user_lookup.feature
+++ /dev/null
@@ -1,16 +0,0 @@
-@project_commits
-Feature: Project Commits User Lookup
- Background:
- Given I sign in as a user
- And I own a project
- And I visit my project's commits page
-
- Scenario: I browse commit from list
- Given I have user with primary email
- When I click on commit link
- Then I see author based on primary email
-
- Scenario: I browse another commit from list
- Given I have user with secondary email
- When I click on another commit link
- Then I see author based on secondary email