This does not match: ```rb expect(<<~HTML).to have_tag("p", :seen => "The following thangz ... 4 days") The following thangz ... 4 days HTML ``` Looks like `:seen` only ignores leading and trailing space? It should match what's _seen_ by the user: `The following thangz ... 4 days`