Skip to content

Feature Request: Allow assertions on jQuery custom data #6

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions