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:
authorMike Greiling <mike@pixelcog.com>2018-01-12 10:25:29 +0300
committerMike Greiling <mike@pixelcog.com>2018-01-12 19:15:20 +0300
commitbd2e524f4d61e835a97f59a8667e32ace677d361 (patch)
tree05a859d16487543e926d56a12b06e4b3b39ee26d /features/project/issues
parentd77d17491893db14655e3b0b0b8f571e5627f1c8 (diff)
update spinach test for subscription toggle
Diffstat (limited to 'features/project/issues')
-rw-r--r--features/project/issues/issues.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature
index d6cfa524a3a..819354bb780 100644
--- a/features/project/issues/issues.feature
+++ b/features/project/issues/issues.feature
@@ -164,7 +164,7 @@ Feature: Project Issues
Given project "Shop" have "Release 0.4" open issue
When I visit issue page "Release 0.4"
Then I should see that I am subscribed
- When I click button "Unsubscribe"
+ When I click the subscription toggle
Then I should see that I am unsubscribed
@javascript