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-dev-0.12.16dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.15dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.14dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.13dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.12dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.11dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.10dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.9dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.8dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.7dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.6dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.4dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.3dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.1dev-java plugins/html_view/features/web_preview.feature
redcar-dev-0.12.0dev-java plugins/html_view/features/web_preview.feature
redcar-0.11 plugins/html_view/features/web_preview.feature
redcar-0.11.0dev plugins/html_view/features/web_preview.feature
redcar-0.10 plugins/html_view/features/web_preview.feature
redcar-0.9.2 plugins/html_view/features/web_preview.feature
redcar-0.9.1 plugins/html_view/features/web_preview.feature