mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Fix fallback test for i18n
This commit is contained in:
parent
f9dc098fbe
commit
6f0c8cd712
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Feature: i18n Preview
|
|||
Then I should see "Solamente una"
|
||||
When I go to "/terms-and-conditions.html"
|
||||
Then I should see "Terms & Conditions"
|
||||
When I go to "/es/terms-and-conditions.html"
|
||||
When I go to "/es/tac.html"
|
||||
Then I should see "Condiciones Generales"
|
||||
|
||||
Scenario: A template changes i18n during preview
|
||||
|
|
Loading…
Add table
Reference in a new issue