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