Skip to content

Feature Request: Allow assertions on jQuery custom data #6

@dominicbarnes

Description

@dominicbarnes

Howdy there, would be nice if I could have assertions on jQuery custom data attached to elements. For example

<div id="test" data-foo="bar"></div>
$expect("#test").to.have.data();
$expect("#test").to.have.data("foo");
$expect("#test").to.have.data("foo", "bar");

I imagine it's API would behave a lot like .attr(). Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions