Sha256: 0237d657682fbdc4180cb504f30a076ed825bb2dabb6da59b4b26f4ff6ff4366

Contents?: true

Size: 844 Bytes

Versions: 41

Compression:

Stored size: 844 Bytes

Contents

Feature: Previewing how a file will appear in a browser

  Scenario: Previewing an untitled tab
    When I open a new edit tab
    And I replace the contents with "<html>test 1-2-3</html>"
    And I open a web preview
    Then my active tab should be "Preview"
    And the HTML tab should say "test 1-2-3"

  Scenario: Previewing a saved file
    Given I will choose "plugins/html_view/features/fixtures/sample.html" from the "open_file" dialog
    When I open a file
    And I replace the contents with "<html>test 1-2-3</html>"
    And I open a web preview
    Then my active tab should be "Preview: sample.html"
    And the HTML tab should say "Hello!!"
    When I close the focussed tab
    And I save the tab
    And I open a web preview
    Then my active tab should be "Preview: sample.html"
    And the HTML tab should say "test 1-2-3"

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
redcar-0.13 plugins/html_view/features/web_preview.feature
redcar-dev-0.13.5dev plugins/html_view/features/web_preview.feature
redcar-dev-0.13.4dev plugins/html_view/features/web_preview.feature
redcar-dev-0.13.3dev plugins/html_view/features/web_preview.feature
redcar-dev-0.13.2dev plugins/html_view/features/web_preview.feature
redcar-dev-0.13.1dev plugins/html_view/features/web_preview.feature
redcar-0.12.1 plugins/html_view/features/web_preview.feature
redcar-dev-0.13.0dev plugins/html_view/features/web_preview.feature
redcar-0.12 plugins/html_view/features/web_preview.feature
redcar-dev-0.12.27dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.26dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.25dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.24dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.23dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.22dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.21dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.20dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.19dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.18dev plugins/html_view/features/web_preview.feature
redcar-dev-0.12.17dev plugins/html_view/features/web_preview.feature