File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ jobs:
278
278
- install_solidus :
279
279
flags : " --sample=false --frontend=starter --authentication=devise"
280
280
- test_page :
281
- expected_text : " The only eCommerce platform you’ll ever need. "
281
+ expected_text : " <title>Sample Store</title> "
282
282
- run :
283
283
name : Ensure the correct PayPal is installed for SSF
284
284
command : |
@@ -287,7 +287,7 @@ jobs:
287
287
- install_solidus :
288
288
flags : " --sample=false --frontend=starter --authentication=devise --payment-method=stripe"
289
289
- test_page :
290
- expected_text : " The only eCommerce platform you’ll ever need. "
290
+ expected_text : " <title>Sample Store</title> "
291
291
- install_dummy_app
292
292
- install_dummy_app :
293
293
extra_gems : " solidus_frontend"
You can’t perform that action at this time.
0 commit comments