diff --git a/sfdx/force-app/main/default/lwc/dataMappingStep/dataMappingStep.css b/sfdx/force-app/main/default/lwc/dataMappingStep/dataMappingStep.css index 0789357014..01d08cd7b8 100644 --- a/sfdx/force-app/main/default/lwc/dataMappingStep/dataMappingStep.css +++ b/sfdx/force-app/main/default/lwc/dataMappingStep/dataMappingStep.css @@ -22,6 +22,7 @@ width: 1px; } +.stripe-table_metadata.slds-table td, .stripe-table_mapping.slds-table td { white-space: normal; vertical-align: top; diff --git a/test/integration/test_order_poller.rb b/test/integration/test_order_poller.rb index 243c51668c..3bb8885a78 100644 --- a/test/integration/test_order_poller.rb +++ b/test/integration/test_order_poller.rb @@ -3,7 +3,7 @@ require_relative '../test_helper' -class Critic::OrderPollerTest < Critic::UnitTest +class Critic::OrderPollerTest < Critic::FunctionalTest before do @user = make_user inline_job_processing! diff --git a/test/support/common_helpers.rb b/test/support/common_helpers.rb index 92bd95731f..5a60ce0993 100644 --- a/test/support/common_helpers.rb +++ b/test/support/common_helpers.rb @@ -84,6 +84,8 @@ def normal_job_processing! end def common_setup + assert_equal(0, StripeForce::User.count) + # https://github.com/resque/resque-scheduler/pull/602 redis.redis.flushdb