File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 63
63
fill_addresses_fields_with ( address )
64
64
click_button 'Save and Continue'
65
65
66
+ expect ( page ) . to have_content 'UPS Ground'
67
+
66
68
click_button 'Save and Continue'
69
+
70
+ expect ( page ) . to have_content ( /Payment Information/i )
71
+
67
72
click_button 'Save and Continue'
68
73
click_button 'Place Order'
69
74
89
94
fill_addresses_fields_with ( address )
90
95
click_button 'Save and Continue'
91
96
97
+ expect ( page ) . to have_content 'UPS Ground'
98
+
92
99
click_button 'Save and Continue'
100
+
101
+ expect ( page ) . to have_content ( /Payment Information/i )
102
+
93
103
click_button 'Save and Continue'
94
104
click_button 'Place Order'
95
105
145
155
expect ( page ) . to have_text 'You have signed up successfully.'
146
156
147
157
fill_addresses_fields_with ( address )
158
+
148
159
click_button 'Save and Continue'
149
160
161
+ expect ( page ) . to have_content 'UPS Ground'
162
+
150
163
click_button 'Save and Continue'
164
+
165
+ expect ( page ) . to have_content ( /Payment Information/i )
166
+
151
167
click_button 'Save and Continue'
152
168
click_button 'Place Order'
153
169
You can’t perform that action at this time.
0 commit comments