diff options
| author | Valery Sizov <vsv2711@gmail.com> | 2015-11-19 13:20:09 +0200 |
|---|---|---|
| committer | Valery Sizov <vsv2711@gmail.com> | 2015-11-19 13:20:09 +0200 |
| commit | 23c5473cc0bd9b9034c5671fbea1356b0fb531e5 (patch) | |
| tree | 1e3360ab65b6a9d771de97d7d1fccfeba2e16d10 /features/project | |
| parent | 2c7d8678623a9e207d54e2e39d7eef9e2f77cb47 (diff) | |
| download | gitlab-ce-23c5473cc0bd9b9034c5671fbea1356b0fb531e5.tar.gz | |
added spinach tests
Diffstat (limited to 'features/project')
| -rw-r--r-- | features/project/issues/award_emoji.feature | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/features/project/issues/award_emoji.feature b/features/project/issues/award_emoji.feature new file mode 100644 index 00000000000..a9bc8ffb9bb --- /dev/null +++ b/features/project/issues/award_emoji.feature @@ -0,0 +1,14 @@ +Feature: Award Emoji + Background: + Given I sign in as a user + And I own project "Shop" + And project "Shop" has issue "Bugfix" + And I visit "Bugfix" issue page + + @javascript + Scenario: I add and remove award in the issue + Given I click to emoji-picker + And I click to emoji in the picker + Then I have award added + And I can remove it by clicking to icon +
\ No newline at end of file |
