Sha256: 07246b710f2b56f75f5de88dc774d08218b8b0c4b9faa796f816e3d3a7b26fe2
Contents?: true
Size: 805 Bytes
Versions: 34
Compression:
Stored size: 805 Bytes
Contents
@javascript Feature: Preview Content In order to have a succinct page title, with a more descriptive browser title A website editor Will be able to set a separate browser title Scenario: Don't set a browser title Given I am editing content And I fill in "Title" with "Bacon Ipsum" When I press "Publish" Then the content should be visible on the website And the title should be "Bacon Ipsum" And the browser title should be "Bacon Ipsum" Scenario: Set a browser title Given I am editing content When I fill in "Title" with "Bacon Ipsum" And I follow "Advanced" And I fill in "Browser Title" with "Ice Cream" And I press "Publish" And I follow "Show" Then the title should be "Bacon Ipsum" And the browser title should be "Ice Cream"
Version data entries
34 entries across 34 versions & 1 rubygems