Sha256: 151b5ae4f0705e76987e9716c295492261914b2a83e97a02ebec90404ac9a2b3
Contents?: true
Size: 613 Bytes
Versions: 27
Compression:
Stored size: 613 Bytes
Contents
@javascript Feature: Manage task comments Background: Given an authenticated user Scenario: Create a comment Given an existing task When I go to the tasks section When I consult this task And I create a new task comment Then I am on this task And the task comment is created Scenario: Increment task comment progress JS Given an existing task When I go to the tasks section And I consult this task And I fill "task_comment_progress" with "0" Then "task_comment_progress" has value "0" When I click on "+5" Then "task_comment_progress" has value "5"
Version data entries
27 entries across 27 versions & 1 rubygems