Commit e58ea27
committed
remove duplicate (and confusing) wait_for method
we had both a `wait_for` and a `wait_for_element` method, one had it’s
own retry, while the other passed that responsibility to the ByClause.
I’ve decided the ByClause is responsible for the behavior here, and
`wait_for_element` seemed too verbose given the element definition are
the required arguments. This also officially makes `wait_for` just a
wrapper around passing the browser to a ByClause.1 parent 0ac31d4 commit e58ea27
2 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
239 | 241 | | |
240 | 242 | | |
241 | 243 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments