Feature: Detailed payment error messages feature
Background: Whitelabel Homepage
Given I have accessed Whitelabel's Home Page
And I have the content of the error "2.100" translated to another language, e.g. Portuguese available on the Lokalise
Scenario Outline: As an user I should see the content of the modal with the correct translation according to the Lokalise
Given I set PT language on Whitelabel
When I simulate the error "2.100"
Then I should besee on the title,modal appearance the attributes descriptionModalHeader and Modal Message with the cta values translated according to available on the Lokalise.
And I should see on the Error event the attributes Response Title and Response Description being sent according to the values available on Lokalise translated.
And I should see on the Error even the attribute Name being sent in English |