diff --git a/features/testbot/alternative.feature b/features/testbot/alternative.feature index cb99b4377..841cf6d7a 100644 --- a/features/testbot/alternative.feature +++ b/features/testbot/alternative.feature @@ -25,7 +25,7 @@ Feature: Alternative route Scenario: Enabled alternative Given the query options - | alt | true | + | alternatives | true | When I route I should get | from | to | route | alternative | @@ -33,7 +33,7 @@ Feature: Alternative route Scenario: Disabled alternative Given the query options - | alt | false | + | alternatives | false | When I route I should get | from | to | route | alternative |