diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-09 00:50:35 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-14 23:10:43 -0400 |
commit | 5d0dc0a834292feac57d2497ff3f17990927f427 (patch) | |
tree | b3c7d5cc2cf8c6fea053ae0f11165c3a4d396d7b /features/project/wiki.feature | |
parent | de1f77fa534ebcd02690de970df312349b6b004a (diff) | |
download | gitlab-ce-road-to-rspec-3.tar.gz |
Fix failing featuresroad-to-rspec-3
Diffstat (limited to 'features/project/wiki.feature')
-rw-r--r-- | features/project/wiki.feature | 2 |
1 files changed, 1 insertions, 1 deletions
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 |