From 60b0ac3bd233955323301ebcedb34fb4f877ac63 Mon Sep 17 00:00:00 2001 From: Elia Schito Date: Fri, 25 Nov 2022 12:53:38 +0100 Subject: [PATCH] Don't test twice the alternative frontend option names Those are already covered in the installer generator spec. --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4fad28271b2..6a3a004a763 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -224,12 +224,9 @@ jobs: - install_solidus: { flags: "--sample=false --frontend=none --authentication=none" } - test_page: { expected_text: "Ruby on Rails" } - - install_solidus: { flags: "--sample=false --frontend=solidus_frontend --authentication=custom" } + - install_solidus: { flags: "--sample=false --frontend=classic --authentication=custom" } - test_page: { expected_text: "data-hook=" } - - install_solidus: { flags: "--sample=false --frontend=solidus_starter_frontend --authentication=devise" } - - test_page: { expected_text: "The only eCommerce platform you’ll ever need." } - - run: name: "Test `rake task: extensions:test_app`" command: |