Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Mei <sarahmei@gmail.com>2011-03-20 04:52:35 +0300
committerSarah Mei <sarahmei@gmail.com>2011-03-20 05:06:24 +0300
commit1bd693eb147c57fbdd2a87f0af99fdf389e90cf5 (patch)
tree3e38909922bd7283de66b50f35d13df9b89d83ee /features/tags.feature
parenta8737ab3183fbb02326d8520e1c482362333f7f4 (diff)
Added cucumber step for searching, and feature for searching for tags.
Diffstat (limited to 'features/tags.feature')
-rw-r--r--features/tags.feature8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/tags.feature b/features/tags.feature
new file mode 100644
index 000000000..cf175b67e
--- /dev/null
+++ b/features/tags.feature
@@ -0,0 +1,8 @@
+@javascript
+Feature: Interacting with tags
+
+ Scenario: Searching for a tag
+ Given I am signed in
+ And I am on the homepage
+ And I search for "#rockstar"
+ Then I should be on the tag page for "rockstar" \ No newline at end of file