mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 02:26:12 +10:00
14 lines
334 B
Gherkin
14 lines
334 B
Gherkin
Feature: Audit Event
|
|
Background:
|
|
Given I sign in as a user
|
|
And I own project "Shop"
|
|
|
|
Scenario: I add new deploy key
|
|
Given I created new depoloy key
|
|
When I visit audit event page
|
|
Then I see deploy key event
|
|
When I remove deploy key
|
|
And I visit audit event page
|
|
Then I see remove deploy key event
|
|
|
|
|