Sha256: cfa606a6dede5ae961dd191d6a2fbf68cbaf52044a0c514b05d732ffcf799986

Contents?: true

Size: 448 Bytes

Versions: 9

Compression:

Stored size: 448 Bytes

Contents

Feature: Add an empty alt tag for images that don't have alt tags specified

  Scenario: Image does not have alt tag specified
    Given the Server is running at "default-alt-tags-app"
    When I go to "/empty-alt-tag.html"
    Then I should see 'alt=""'

  Scenario: Image has alt tag specified
    Given the Server is running at "default-alt-tags-app"
    When I go to "/meaningful-alt-tag.html"
    Then I should see 'alt="Meaningful alt text"'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
middleman-core-4.5.1 features/default_alt_tag.feature
middleman-core-4.5.0 features/default_alt_tag.feature
middleman-core-4.4.3 features/default_alt_tag.feature
middleman-core-4.4.2 features/default_alt_tag.feature
middleman-core-4.4.0 features/default_alt_tag.feature
middleman-core-4.3.11 features/default_alt_tag.feature
middleman-core-4.3.10 features/default_alt_tag.feature
middleman-core-4.3.8 features/default_alt_tag.feature
middleman-core-4.3.7 features/default_alt_tag.feature