(context, url)
| 1002 | @step("The URL should be '{url}'") |
| 1003 | @step('The URL should be "{url}"') |
| 1004 | def assert_url(context, url): |
| 1005 | sb = context.sb |
| 1006 | url = normalize_text(url) |
| 1007 | sb.assert_url(url) |
| 1008 | |
| 1009 | |
| 1010 | @step("Assert URL contains '{substring}'") |
nothing calls this directly
no test coverage detected
searching dependent graphs…