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:
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