Sha256: ad777d8cbc7b333c83aa463a06c37b47b5fa8ab242bc3b8451e3320752f479f1
Contents?: true
Size: 949 Bytes
Versions: 9
Compression:
Stored size: 949 Bytes
Contents
Feature: Generic Elements Background: Given I am on the static elements page Scenario: Getting the text from the article element When I get the text from the article Then the text should be "HTML 5 Article" Scenario: Getting the text from the header element When I get the text from the header Then the text should be "HTML 5 Header" Scenario: Getting the text from the footer element When I get the text from the footer Then the text should be "HTML 5 Footer" Scenario: Getting the text from the summary element When I get the text from the summary Then the text should be "The summary" Scenario: Getting the text from the details element When I get the text from the details Then the text should be "The summary The details" Scenario: Getting properties from a svg element When I get the svg element Then the svg width should be "100" And the svg height should be "100"
Version data entries
9 entries across 9 versions & 2 rubygems