Skip to content

Commit

Permalink
Fix small issue in cucumber steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorova committed May 15, 2024
1 parent e62185e commit 6485c37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/api/services/application_plans/index.feature
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Feature: Product's application plans index page
When they select action "Delete" of "Public Plan"
And confirm the dialog
And wait a moment
Then they should see "Plan was deleted"
Then they should see "The plan was deleted"
And the table should contain the following:
| Name | Contracts | State |
| Secret Plan | 0 | hidden |
Expand Down
2 changes: 1 addition & 1 deletion features/api/services/service_plans/index.feature
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Feature: Product's service plans index page
When they select action "Delete" of "Public Plan"
And confirm the dialog
And wait a moment
Then they should see "Plan was deleted"
Then they should see "The plan was deleted"
And the table should contain the following:
| Name | Contracts | State |
| Secret Plan | 0 | hidden |
Expand Down
2 changes: 1 addition & 1 deletion features/buyers/account_plans/index.feature
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Feature: Account plans index page
And they go to the account plans admin page
When they select action "Delete" of "Public Plan"
And confirm the dialog
Then they should see "Plan was deleted"
Then they should see "The plan was deleted"
And the table should contain the following:
| Name | Contracts | State |
| Secret Plan | 0 | hidden |
Expand Down

0 comments on commit 6485c37

Please sign in to comment.