diff --git a/features/trumpeter.feature b/features/trumpeter.feature index e2ff6dc0761eaabb5d09510c89e91d3eed44d7fa..c29f3b7a6c63356b1a3f8067ae430898160917f8 100644 --- a/features/trumpeter.feature +++ b/features/trumpeter.feature @@ -44,10 +44,10 @@ Feature: Creating a new post And I upload a fixture picture with filename "button.gif" And I start the framing process Then I should see "This is hella customized" in the framer preview - When I select the template "awesome" - Then I should see an "awesome" framer preview + When I select the template "note" + Then I should see an "note" framer preview When I finalize my frame And I go to "/stream" Then "This is hella customized" should be post 1 - And "This is hella customized" should render with the "awesome" template + And "This is hella customized" should render with the "note" template