Improve spec titles

This commit is contained in:
Luis Ramos
2020-08-18 15:00:11 +01:00
parent 4ef4a58532
commit 746533d3f6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
require "spec_helper"
feature "Checking out with Paypal", js: true do
feature "Check out with Paypal", js: true do
include ShopWorkflow
include CheckoutHelper

View File

@@ -1,6 +1,6 @@
require 'spec_helper'
feature "As a consumer I want to check out my cart", js: true do
feature "Check out with Stripe", js: true do
include AuthenticationHelper
include ShopWorkflow
include CheckoutHelper