Skip to content

Commit

Permalink
chore(assertions): remove deprecated "I see element has attribute con…
Browse files Browse the repository at this point in the history
…taining"

BREAKING CHANGE: remove "I see element has attribute containing"
  • Loading branch information
remarkablemark committed Sep 28, 2023
1 parent 56803da commit d034630
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/assertions/attribute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,3 @@ Then(
'I see element attribute {string} contains {string}',
Then_I_see_element_attribute_contains,
);

/**
* @deprecated Use {@link Then_I_see_element_attribute_contains} instead.
*/
Then(
'I see element has attribute {string} containing {string}',
Then_I_see_element_attribute_contains,
);

0 comments on commit d034630

Please sign in to comment.