Skip to content

Commit

Permalink
Refactored to reflect changes to the tooltip layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 15, 2010
1 parent 4a7ed46 commit 5a0a1ac
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions features/plain/changes_view_improvements.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Feature: Changes view improvements
Then changes on the "<system_or_file>" should be displayed as "<colour>"

Examples: Legend views
| link | system_or_file | colour |
| merge changes | Removing from file | red |
| merge changes | Adding to file | green |
| merge system | Adding to system | green |
| merge system | Removing from system | red |
| view changes | Changes to the file | green |
| view changes | Changes to the system | red |
| link | system_or_file | colour |
| Merge a systems changes with the feature | Removing from file | red |
| Merge a systems changes with the feature | Adding to file | green |
| Merge a features changes with the system | Adding to system | green |
| Merge a features changes with the system | Removing from system | red |
| Check the difference between the systems & your applications features | Changes to the file | green |
| Check the difference between the systems & your applications features | Changes to the system | red |

Scenario Outline: There should be a notice warning users a feature file will be changed when patching a feature file
Given there is a feature
Expand All @@ -29,6 +29,6 @@ Feature: Changes view improvements
Then the following notice should be displayed "<notice>"

Examples: Changes notices
| link | notice |
| merge changes | This will change the source file. Unless you use source control, you may lose all changes |
| merge system | This change will update the system feature |
| link | notice |
| Merge a systems changes with the feature | This will change the source file. Unless you use source control, you may lose all changes |
| Merge a features changes with the system | This change will update the system feature |

0 comments on commit 5a0a1ac

Please sign in to comment.