diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-06-06 16:46:30 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-06-07 11:15:02 +0200 |
commit | 288b2e71c28ddff1ae6372bc8256d9f972aa6c27 (patch) | |
tree | 0c4b862767286cdae48f695fcb2811a0b90a8b1c /features/dashboard | |
parent | e05e530fe6f77b207adc9d4541955c952a291aa6 (diff) | |
download | gitlab-ce-288b2e71c28ddff1ae6372bc8256d9f972aa6c27.tar.gz |
Added First Test for top right menu
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/new_project_menu.feature | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/features/dashboard/new_project_menu.feature b/features/dashboard/new_project_menu.feature new file mode 100644 index 00000000000..c339fb0e897 --- /dev/null +++ b/features/dashboard/new_project_menu.feature @@ -0,0 +1,11 @@ +@dashboard +Feature: New Project through top menu +Background: + Given I sign in as a user + And I own project "Shop" + And I visit dashboard page + And I click "New project" in top right menu + + @javascript + Scenario: I should see New Projects page + Then I see "New Project" page |