diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-18 22:13:32 -0400 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-22 12:13:45 +0200 |
commit | afec5efc7dd0d0a063c30c3fff5ea5bbf59f9f48 (patch) | |
tree | 24a40ef59222c3c8e82eb8cbd4220e10e0c0e8d3 /features/project | |
parent | d6cd2e6a53aca48f76296cd6b89b0f2b41b641ed (diff) | |
download | gitlab-ce-afec5efc7dd0d0a063c30c3fff5ea5bbf59f9f48.tar.gz |
Fix features syntax
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/commits/comments.feature | 1 | ||||
-rw-r--r-- | features/project/wiki.feature | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/features/project/commits/comments.feature b/features/project/commits/comments.feature index c41075d7ad4..320f008abb6 100644 --- a/features/project/commits/comments.feature +++ b/features/project/commits/comments.feature @@ -39,6 +39,7 @@ Feature: Project Commits Comments @javascript Scenario: I can delete a comment Given I leave a comment like "XML attached" + Then I should see a comment saying "XML attached" And I delete a comment Then I should not see a comment saying "XML attached" diff --git a/features/project/wiki.feature b/features/project/wiki.feature index 7a70f348754..2ebfa3c1660 100644 --- a/features/project/wiki.feature +++ b/features/project/wiki.feature @@ -69,7 +69,7 @@ Feature: Project Wiki And I click on the "Pages" button Then I should see non-escaped link in the pages list - @javascript @focus + @javascript Scenario: Creating an invalid new page Given I create a New page with an invalid name Then I should see an error message |