spinach test: project services
This commit is contained in:
parent
9b22f41e54
commit
7bfd38eaa9
2 changed files with 44 additions and 0 deletions
14
features/project/service.feature
Normal file
14
features/project/service.feature
Normal file
|
@ -0,0 +1,14 @@
|
|||
Feature: Project Services
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
And I own project "Shop"
|
||||
|
||||
Scenario: I should see project services
|
||||
When I visit project "Shop" services page
|
||||
Then I should see list of available services
|
||||
|
||||
Scenario: Activate gitlab-ci service
|
||||
When I visit project "Shop" services page
|
||||
And I click gitlab-ci service link
|
||||
And I fill gitlab-ci settings
|
||||
Then I should see service settings saved
|
Loading…
Add table
Add a link
Reference in a new issue