diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-27 14:31:19 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-28 13:17:29 +0100 |
commit | a44988ae4abb494b1194bb575b2415ef0de68878 (patch) | |
tree | d0c5e2a1e48e50d23547d45342bddd81c78dfec2 /features/project | |
parent | e7aa8315af71339ecb6b01ae7da83f3c9b1e1957 (diff) | |
download | gitlab-ce-a44988ae4abb494b1194bb575b2415ef0de68878.tar.gz |
Fixed logout tests
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/issues/issues.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature index 2259b7125c4..358e622b736 100644 --- a/features/project/issues/issues.feature +++ b/features/project/issues/issues.feature @@ -219,8 +219,8 @@ Feature: Project Issues When I click button "Unsubscribe" Then I should see that I am unsubscribed + @javascript Scenario: I submit new unassigned issue as guest - Given I logout Given public project "Community" When I visit project "Community" page And I visit project "Community" issues page |