@@ -12,6 +12,7 @@ Feature: Filters
12
12
And I post the work "A Hobbit's Meandering" with fandom "The Hobbit"
13
13
And I post the work "Bilbo Does the Thing" with fandom "The Hobbit, Legend of Korra"
14
14
And I post the work "Roonal Woozlib and the Ferrets of Nimh" with fandom "Harry Potter"
15
+ And the dashboard counts have expired
15
16
16
17
@javascript
17
18
Scenario : You can filter through a user's works using inclusion filters
@@ -106,6 +107,7 @@ Feature: Filters
106
107
And I bookmark the work "Bilbo Does the Thing"
107
108
And I bookmark the work "A Hobbit's Meandering"
108
109
And I bookmark the work "Roonal Woozlib and the Ferrets of Nimh"
110
+ And the dashboard counts have expired
109
111
When I go to recengine's user page
110
112
And I follow "Bookmarks (3)"
111
113
Then I should see "Bilbo Does the Thing"
@@ -138,6 +140,7 @@ Feature: Filters
138
140
And I bookmark the work "Bilbo Does the Thing"
139
141
And I bookmark the work "A Hobbit's Meandering"
140
142
And I bookmark the work "Roonal Woozlib and the Ferrets of Nimh"
143
+ And the dashboard counts have expired
141
144
When I go to recengine's user page
142
145
And I follow "Bookmarks (3)"
143
146
When I press "Fandoms" within "dd.exclude"
@@ -287,6 +290,7 @@ Feature: Filters
287
290
And I am logged in as "recengine"
288
291
And I bookmark the work "A Hobbit's Meandering" with the tags "fun"
289
292
And I bookmark the work "Bilbo Does the Thing" with the tags "fun little crossover"
293
+ And the dashboard counts have expired
290
294
291
295
When I go to my bookmarks page
292
296
And I fill in "Other work tags to include" with "legend korra"
0 commit comments