1
0
Fork 0
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:
Thomas Reynolds 2018-11-08 12:30:45 -08:00
parent f9dc098fbe
commit 6f0c8cd712

View file

@ -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