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 Schilling <rschilling@student.tugraz.at>2014-08-17 19:05:32 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-17 19:05:32 +0400
commit50c2efea03685532024e32e2c1376cac4ed0f904 (patch)
tree7e76611e4ef5127c42d2761918d43ba67bb96ec7 /features/project/commits
parent27cf081e1b0b1df1661aaf0ae6b60b05ef3eb8d8 (diff)
don't lookup branch element - it might need to be escaped
Diffstat (limited to 'features/project/commits')
-rw-r--r--features/project/commits/branches.feature6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/commits/branches.feature b/features/project/commits/branches.feature
index abebef04fcd..d657bd4951f 100644
--- a/features/project/commits/branches.feature
+++ b/features/project/commits/branches.feature
@@ -17,3 +17,9 @@ Feature: Project Browse branches
And I click new branch link
When I submit new branch form
Then I should see new branch created
+
+ @javascript
+ Scenario: I delete a branch
+ Given I visit project branches page
+ And I click branch 'improve/awesome' delete link
+ Then I should not see branch 'improve/awesome'