From 267c9bbd53343507b8562d49dfbdccd0b54d8cef Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 30 Oct 2014 09:42:09 +0100 Subject: [PATCH] Add a notice in the scenario, needing to run @base_finance before, change the mailtrap url --- .../scenarios/features/00_credit_control_param.feature | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/account_credit_control/scenarios/features/00_credit_control_param.feature b/account_credit_control/scenarios/features/00_credit_control_param.feature index c189a55fb..c02bb6384 100644 --- a/account_credit_control/scenarios/features/00_credit_control_param.feature +++ b/account_credit_control/scenarios/features/00_credit_control_param.feature @@ -3,6 +3,12 @@ # OERPScenario, OpenERP Functional Tests # Copyright 2009 Camptocamp SA # +# +# The base scenario for the finance data must be executed before this +# one. The finance scenario is included in the oerpscenario base and +# the tag to run it is: @base_finance +# +# ############################################################################## ############################################################################## # Branch # Module # Processes # System @@ -30,11 +36,11 @@ Feature: General parameters in order to test the credit control module """ @email_params_mailtrap - Scenario: E-MAIL PARAMS WITH EMAIL EATER (http://mailtrap.railsware.com/) + Scenario: E-MAIL PARAMS WITH EMAIL EATER (http://mailtrap.io) Given I need a "ir.mail_server" with name: mailstrap_testings And having: | name | value | - | smtp_host | mailtrap.railsware.com | + | smtp_host | mailtrap.io | | sequence | 1 | | smtp_port | 2525 | | smtp_user | camptocamp1 |