-
-
Notifications
You must be signed in to change notification settings - Fork 3
Migration
Mark edited this page Sep 28, 2023
·
3 revisions
| Removed Step | Replaced Step |
|---|---|
| I see element has attribute {string} equal to {string} | I see element attribute {string} equals {string} |
| I see element has attribute {string} containing {string} | I see element attribute {string} contains {string} |
| I see input has value | I see input value |
| I see input has value containing | I see input value contains |
| I see textarea has value | I see textarea value |
| I see textarea has value containing | I see textarea value contains |
| Removed Step | Replaced Step |
|---|---|
| I get element by label text | I find element by label text |
| I get element by title | I find element by title |