Commit 2a280818224f81b4f5487bdd57078c5723c94d52

Authored by Rafael Manzo
1 parent a9024e1b

Homepage language selection feature sets it back to english

So it does not breaks the following acceptance tests
Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
features/homepage.feature
... ... @@ -24,4 +24,6 @@ Feature: Homepage
24 24 Given I am at the homepage
25 25 When I click the Idiom link
26 26 And I click the pt link
27   - Then I should see "Entendendo Métricas de Código"
28 27 \ No newline at end of file
  28 + Then I should see "Entendendo Métricas de Código"
  29 + When I click the Idioma link
  30 + And I click the en link
29 31 \ No newline at end of file
... ...