Skip to content

Unexpected result with html tag and body tag #62

@PhilippePerret

Description

@PhilippePerret

describe 'unexpected wrong result' do
  it 'MUST be TRUE with negative and html' do
    expect("<p>My paragraph.</p>").not_to have_tag 'html' # => failure !ERROR!
  end
  it 'MUST be TRUE with negative and body' do
    expect("<p>My paragraph.</p>").not_to have_tag 'body' # => failure !ERROR!
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions