You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Tests/Features/Controller/ControllerWithFixtures.feature
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,19 @@ Feature: Test DefaultController with Fixtures
9
9
And I should see a "main.container > div.tweets" element
10
10
And I should see 3 "main.container > div.tweets > div.media > blockquote.media-body" elements
11
11
# Tweets
12
+
# First tweet
12
13
And I should see "Tweet 1" in the "main.container > div.tweets > div.media:nth-child(1) > blockquote.media-body > p" element
13
-
And I should see "Tianna Ziemann" in the "main.container > div.tweets > div.media:nth-child(1) > blockquote.media-body > small > a:first-child" element
14
+
And I should see "User 1" in the "main.container > div.tweets > div.media:nth-child(1) > blockquote.media-body > small > a:first-child" element
14
15
# Retweet count
15
16
And I should see "42" in the "main.container > div.tweets > div.media:nth-child(1) > blockquote.media-body > small > span.badge:nth-child(3)" element
16
17
# Favorite count
17
18
And I should see "13" in the "main.container > div.tweets > div.media:nth-child(1) > blockquote.media-body > small > span.badge:nth-child(4)" element
18
-
# Other tweets
19
+
# Second tweet
19
20
And I should see "Tweet 2" in the "main.container > div.tweets > div.media:nth-child(2) > blockquote.media-body > p" element
20
-
And I should see "Suzanne Moen" in the "main.container > div.tweets > div.media:nth-child(2) > blockquote.media-body > small > a" element
21
+
And I should see "User 2" in the "main.container > div.tweets > div.media:nth-child(2) > blockquote.media-body > small > a" element
22
+
# Third tweet
21
23
And I should see "Tweet 3" in the "main.container > div.tweets > div.media:nth-child(3) > blockquote.media-body > p" element
22
-
And I should see "Dr. Tremaine Kohler" in the "main.container > div.tweets > div.media:nth-child(3) > blockquote.media-body > small > a" element
24
+
And I should see "User 3" in the "main.container > div.tweets > div.media:nth-child(3) > blockquote.media-body > small > a" element
23
25
And I should see "3 pending tweets" in the "body > main.container > div.navigation.row > div.count.alert.alert-info" element
24
26
# There is no message about deleted tweets
25
27
And I should not see a "div.alert.alert-success" element
0 commit comments