Skip to content

Commit d5b0258

Browse files
committed
Update installer specs to match the new starter content
1 parent b141cf8 commit d5b0258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
- install_solidus:
279279
flags: "--sample=false --frontend=starter --authentication=devise"
280280
- test_page:
281-
expected_text: "The only eCommerce platform you’ll ever need."
281+
expected_text: "<title>Sample Store</title>"
282282
- run:
283283
name: Ensure the correct PayPal is installed for SSF
284284
command: |
@@ -287,7 +287,7 @@ jobs:
287287
- install_solidus:
288288
flags: "--sample=false --frontend=starter --authentication=devise --payment-method=stripe"
289289
- test_page:
290-
expected_text: "The only eCommerce platform you’ll ever need."
290+
expected_text: "<title>Sample Store</title>"
291291
- install_dummy_app
292292
- install_dummy_app:
293293
extra_gems: "solidus_frontend"

0 commit comments

Comments
 (0)