Skip to content

Commit

Permalink
chore(assertions): remove deprecated "I see input has value containing"
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove "I see input has value containing"
  • Loading branch information
remarkablemark committed Sep 28, 2023
1 parent d034630 commit 201302e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/assertions/value.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ export function Then_I_see_input_value_contains(value: string) {

Then('I see input value contains {string}', Then_I_see_input_value_contains);

/**
* @deprecated Use {@link Then_I_see_input_value_contains} instead.
*/
Then(
'I see input has value containing {string}',
Then_I_see_input_value_contains,
);

/**
* Then I see textarea value:
*
Expand Down

0 comments on commit 201302e

Please sign in to comment.