diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-15 20:26:30 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-20 12:10:26 -0200 |
commit | b05ab108f8f054e137d6ca3df9c211152afa23c7 (patch) | |
tree | 7e1447e93b2f26baa788352a8e1742fdaaeadac0 /features/steps/shared/paths.rb | |
parent | 38026e5f7708473d2ae7a284a174fea7dac1e5db (diff) | |
download | gitlab-ce-b05ab108f8f054e137d6ca3df9c211152afa23c7.tar.gz |
Add feature spec for task queue list page
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r-- | features/steps/shared/paths.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 2c854ac7bf9..112ace342f0 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -103,6 +103,10 @@ module SharedPaths visit dashboard_groups_path end + step 'I visit dashboard task queue page' do + visit dashboard_tasks_path + end + step 'I should be redirected to the dashboard groups page' do expect(current_path).to eq dashboard_groups_path end |