diff options
author | Alexander Randa <randa.alex@gmail.com> | 2017-06-26 14:21:31 +0000 |
---|---|---|
committer | Alexander Randa <randa.alex@gmail.com> | 2017-06-26 14:24:19 +0000 |
commit | f1b5d2c788e234428edd8857783f05613f885477 (patch) | |
tree | ad43598af184ecd1ef64cda5b274646b25ba281b /features/dashboard | |
parent | 245be4cee928ec65884177fcbe6f377cc40920da (diff) | |
download | gitlab-ce-f1b5d2c788e234428edd8857783f05613f885477.tar.gz |
Replaces 'dashboard/todos' spinach with rspec
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/todos.feature | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/features/dashboard/todos.feature b/features/dashboard/todos.feature deleted file mode 100644 index 0b23bbb7951..00000000000 --- a/features/dashboard/todos.feature +++ /dev/null @@ -1,28 +0,0 @@ -@dashboard -Feature: Dashboard Todos - Background: - Given I sign in as a user - And I own project "Shop" - And "John Doe" is a developer of project "Shop" - And "Mary Jane" is a developer of project "Shop" - And "Mary Jane" owns private project "Enterprise" - And I am a developer of project "Enterprise" - And I have todos - And I visit dashboard todos page - - @javascript - Scenario: I mark todos as done - Then I should see todos assigned to me - And I mark the todo as done - Then I should see the todo marked as done - - @javascript - Scenario: I mark all todos as done - Then I should see todos assigned to me - And I mark all todos as done - Then I should see all todos marked as done - - @javascript - Scenario: I click on a todo row - Given I click on the todo - Then I should be directed to the corresponding page |