(context: Context)
| 206 | |
| 207 | @when("I add a row to the table") |
| 208 | def when_add_row_to_table(context: Context): |
| 209 | table = context.table_ |
| 210 | context.row = table.add_row() |
| 211 | |
| 212 | |
| 213 | @when("I assign a string to the cell text attribute") |
nothing calls this directly
no test coverage detected
searching dependent graphs…